Html Css Color HEX #419864 Eucalyptus

📋 copy color: '#419864'

red 65 ◦ green 152 ◦ blue 100

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

Shades of Eucalyptus #419864

Tints of Eucalyptus #419864

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.95%

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

R = 20.5%
G = 47.95%
B = 31.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#419864 (or 0x419864) is known color: Eucalyptus. HEX triplet: 41, 98 and 64. RGB value is (65,152,100). Sum of RGB (Red+Green+Blue) = 65+152+100=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #419864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419864 is #BE679B. Grayscale: #787878. Windows color (decimal): -12478364 or 6592577. OLE color: 6592577.

HSL color Cylindrical-coordinate representation of color #419864: hue angle of 144.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419864 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 152 100 -
CMYK 0.57 0 0.34 0.40
HSL 144.14º 0.4% 0.43% -
HSV(B) 144.14º 0.57% 0.6% -
XYZ 15.71 24.5 15.96 -
YUV 120.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 65 152 100 0.57 0 0.34 0.40 144.14 0.4 0.43
Hex 41 98 64 39 0 22 28 90 28 2B
Octal 101 230 144 71 0 42 50 220 50 53
Binary 1000001 10011000 1100100 111001 0 100010 101000 10010000 101000 101011

Color Harmonies of #419864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419864

Black with #419864

Text Example


Text Example

White with #419864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419864; }

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

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

background-color css

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

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

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

border-color css

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

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

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