Html Css Color HEX #419565 Eucalyptus

📋 copy color: '#419565'

red 65 ◦ green 149 ◦ blue 101

#419565
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #419565

Tints of Eucalyptus #419565

RGB

 RED value IS 65 (25.78% from 255) = 20.63%

 GREEN value IS 149 (58.59% from 255) = 47.3%

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 20.63%
G = 47.3%
B = 32.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#419565 (or 0x419565) is known color: Eucalyptus. HEX triplet: 41, 95 and 65. RGB value is (65,149,101). Sum of RGB (Red+Green+Blue) = 65+149+101=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #419565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419565 is #BE6A9A. Grayscale: #767676. Windows color (decimal): -12479131 or 6657345. OLE color: 6657345.

HSL color Cylindrical-coordinate representation of color #419565: hue angle of 145.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419565 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 149 101 -
CMYK 0.56 0 0.32 0.42
HSL 145.71º 0.39% 0.42% -
HSV(B) 145.71º 0.56% 0.58% -
XYZ 15.28 23.56 16.05 -
YUV 118.41 118.17 89.9 -
System Red Green Blue C M Y K H S L
Decimal 65 149 101 0.56 0 0.32 0.42 145.71 0.39 0.42
Hex 41 95 65 38 0 20 2A 92 27 2A
Octal 101 225 145 70 0 40 52 222 47 52
Binary 1000001 10010101 1100101 111000 0 100000 101010 10010010 100111 101010

Color Harmonies of #419565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419565

Black with #419565

Text Example


Text Example

White with #419565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419565; }

 p { color: rgb(65,149,101); }

 H1.HeaderClassName
 {
   color: #419565;
 }
 .AnyTagClassName
 {
   color: #419565;
 }
</style>

background-color css

<style>
 a { background-color: #419565; }

 a { background-color: rgb(65,149,101); }

 div.DivClassName
 {
   background-color: #419565;
 }
 .BgClassName
 {
   background-color: #419565;
 }
</style>

border-color css

<style>
 span { border-color: #419565; }

 span { border-color: rgb(65,149,101); }

 td.TdClassName
 {
   border-color: #419565;
 }
 .TagClassName
 {
   border-color: #419565;
 }
</style>