Html Css Color HEX #419062 Eucalyptus

📋 copy color: '#419062'

red 65 ◦ green 144 ◦ blue 98

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

Shades of Eucalyptus #419062

Tints of Eucalyptus #419062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.91%

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 21.17%
G = 46.91%
B = 31.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#419062 (or 0x419062) is known color: Eucalyptus. HEX triplet: 41, 90 and 62. RGB value is (65,144,98). Sum of RGB (Red+Green+Blue) = 65+144+98=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #419062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419062 is #BE6F9D. Grayscale: #737373. Windows color (decimal): -12480414 or 6459457. OLE color: 6459457.

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

Color convert

RGB 65 144 98 -
CMYK 0.55 0 0.32 0.44
HSL 145.06º 0.38% 0.41% -
HSV(B) 145.06º 0.55% 0.56% -
XYZ 14.36 21.95 15.04 -
YUV 115.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 65 144 98 0.55 0 0.32 0.44 145.06 0.38 0.41
Hex 41 90 62 37 0 20 2C 91 26 29
Octal 101 220 142 67 0 40 54 221 46 51
Binary 1000001 10010000 1100010 110111 0 100000 101100 10010001 100110 101001

Color Harmonies of #419062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419062

Black with #419062

Text Example


Text Example

White with #419062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419062; }

 p { color: rgb(65,144,98); }

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

background-color css

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

 a { background-color: rgb(65,144,98); }

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

border-color css

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

 span { border-color: rgb(65,144,98); }

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