Html Css Color HEX #419564 Eucalyptus

📋 copy color: '#419564'

red 65 ◦ green 149 ◦ blue 100

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

Shades of Eucalyptus #419564

Tints of Eucalyptus #419564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 20.7%
G = 47.45%
B = 31.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#419564 (or 0x419564) is known color: Eucalyptus. HEX triplet: 41, 95 and 64. RGB value is (65,149,100). Sum of RGB (Red+Green+Blue) = 65+149+100=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #419564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419564 is #BE6A9B. Grayscale: #767676. Windows color (decimal): -12479132 or 6591809. OLE color: 6591809.

HSL color Cylindrical-coordinate representation of color #419564: hue angle of 145º 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 #419564 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 149 100 -
CMYK 0.56 0 0.33 0.42
HSL 145º 0.39% 0.42% -
HSV(B) 145º 0.56% 0.58% -
XYZ 15.23 23.54 15.8 -
YUV 118.3 117.67 89.98 -
System Red Green Blue C M Y K H S L
Decimal 65 149 100 0.56 0 0.33 0.42 145 0.39 0.42
Hex 41 95 64 38 0 21 2A 91 27 2A
Octal 101 225 144 70 0 41 52 221 47 52
Binary 1000001 10010101 1100100 111000 0 100001 101010 10010001 100111 101010

Color Harmonies of #419564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419564

Black with #419564

Text Example


Text Example

White with #419564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419564; }

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

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

background-color css

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

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

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

border-color css

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

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

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