Html Css Color HEX #419770 Eucalyptus

📋 copy color: '#419770'

red 65 ◦ green 151 ◦ blue 112

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

Shades of Eucalyptus #419770

Tints of Eucalyptus #419770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 19.82%
G = 46.04%
B = 34.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#419770 (or 0x419770) is known color: Eucalyptus. HEX triplet: 41, 97 and 70. RGB value is (65,151,112). Sum of RGB (Red+Green+Blue) = 65+151+112=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #419770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419770 is #BE688F. Grayscale: #787878. Windows color (decimal): -12478608 or 7378753. OLE color: 7378753.

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

Color convert

RGB 65 151 112 -
CMYK 0.57 0 0.26 0.41
HSL 152.79º 0.4% 0.42% -
HSV(B) 152.79º 0.57% 0.59% -
XYZ 16.17 24.43 19.19 -
YUV 120.84 123.01 88.17 -
System Red Green Blue C M Y K H S L
Decimal 65 151 112 0.57 0 0.26 0.41 152.79 0.4 0.42
Hex 41 97 70 39 0 1A 29 99 28 2A
Octal 101 227 160 71 0 32 51 231 50 52
Binary 1000001 10010111 1110000 111001 0 11010 101001 10011001 101000 101010

Color Harmonies of #419770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419770

Black with #419770

Text Example


Text Example

White with #419770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419770; }

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

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

background-color css

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

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

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

border-color css

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

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

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