Html Css Color HEX #419168 Eucalyptus

📋 copy color: '#419168'

red 65 ◦ green 145 ◦ blue 104

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

Shades of Eucalyptus #419168

Tints of Eucalyptus #419168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.18%

 BLUE value IS 104 (41.02% from 255) = 33.12%

R = 20.7%
G = 46.18%
B = 33.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#419168 (or 0x419168) is known color: Eucalyptus. HEX triplet: 41, 91 and 68. RGB value is (65,145,104). Sum of RGB (Red+Green+Blue) = 65+145+104=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #419168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419168 is #BE6E97. Grayscale: #747474. Windows color (decimal): -12480152 or 6852929. OLE color: 6852929.

HSL color Cylindrical-coordinate representation of color #419168: hue angle of 149.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419168 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 104 -
CMYK 0.55 0 0.28 0.43
HSL 149.25º 0.38% 0.41% -
HSV(B) 149.25º 0.55% 0.57% -
XYZ 14.8 22.37 16.64 -
YUV 116.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 65 145 104 0.55 0 0.28 0.43 149.25 0.38 0.41
Hex 41 91 68 37 0 1C 2B 95 26 29
Octal 101 221 150 67 0 34 53 225 46 51
Binary 1000001 10010001 1101000 110111 0 11100 101011 10010101 100110 101001

Color Harmonies of #419168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419168

Black with #419168

Text Example


Text Example

White with #419168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419168; }

 p { color: rgb(65,145,104); }

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

background-color css

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

 a { background-color: rgb(65,145,104); }

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

border-color css

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

 span { border-color: rgb(65,145,104); }

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