Html Css Color HEX #419866 Eucalyptus

📋 copy color: '#419866'

red 65 ◦ green 152 ◦ blue 102

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

Shades of Eucalyptus #419866

Tints of Eucalyptus #419866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.97%

R = 20.38%
G = 47.65%
B = 31.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#419866 (or 0x419866) is known color: Eucalyptus. HEX triplet: 41, 98 and 66. RGB value is (65,152,102). Sum of RGB (Red+Green+Blue) = 65+152+102=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #419866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419866 is #BE6799. Grayscale: #787878. Windows color (decimal): -12478362 or 6723649. OLE color: 6723649.

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

Color convert

RGB 65 152 102 -
CMYK 0.57 0 0.33 0.40
HSL 145.52º 0.4% 0.43% -
HSV(B) 145.52º 0.57% 0.6% -
XYZ 15.81 24.54 16.47 -
YUV 120.29 117.68 88.57 -
System Red Green Blue C M Y K H S L
Decimal 65 152 102 0.57 0 0.33 0.40 145.52 0.4 0.43
Hex 41 98 66 39 0 21 28 92 28 2B
Octal 101 230 146 71 0 41 50 222 50 53
Binary 1000001 10011000 1100110 111001 0 100001 101000 10010010 101000 101011

Color Harmonies of #419866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419866

Black with #419866

Text Example


Text Example

White with #419866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419866; }

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

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

background-color css

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

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

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

border-color css

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

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

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