Html Css Color HEX #419766 Eucalyptus

📋 copy color: '#419766'

red 65 ◦ green 151 ◦ blue 102

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

Shades of Eucalyptus #419766

Tints of Eucalyptus #419766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.48%

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

R = 20.44%
G = 47.48%
B = 32.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#419766 (or 0x419766) is known color: Eucalyptus. HEX triplet: 41, 97 and 66. RGB value is (65,151,102). Sum of RGB (Red+Green+Blue) = 65+151+102=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #419766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419766 is #BE6899. Grayscale: #777777. Windows color (decimal): -12478618 or 6723393. OLE color: 6723393.

HSL color Cylindrical-coordinate representation of color #419766: hue angle of 145.81º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419766 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 151 102 -
CMYK 0.57 0 0.32 0.41
HSL 145.81º 0.4% 0.42% -
HSV(B) 145.81º 0.57% 0.59% -
XYZ 15.64 24.22 16.42 -
YUV 119.7 118.01 88.98 -
System Red Green Blue C M Y K H S L
Decimal 65 151 102 0.57 0 0.32 0.41 145.81 0.4 0.42
Hex 41 97 66 39 0 20 29 92 28 2A
Octal 101 227 146 71 0 40 51 222 50 52
Binary 1000001 10010111 1100110 111001 0 100000 101001 10010010 101000 101010

Color Harmonies of #419766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419766

Black with #419766

Text Example


Text Example

White with #419766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419766; }

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

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

background-color css

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

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

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

border-color css

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

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

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