Html Css Color HEX #419362 Eucalyptus

📋 copy color: '#419362'

red 65 ◦ green 147 ◦ blue 98

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

Shades of Eucalyptus #419362

Tints of Eucalyptus #419362

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.42%

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

R = 20.97%
G = 47.42%
B = 31.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#419362 (or 0x419362) is known color: Eucalyptus. HEX triplet: 41, 93 and 62. RGB value is (65,147,98). Sum of RGB (Red+Green+Blue) = 65+147+98=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #419362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419362 is #BE6C9D. Grayscale: #757575. Windows color (decimal): -12479646 or 6460225. OLE color: 6460225.

HSL color Cylindrical-coordinate representation of color #419362: hue angle of 144.15º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419362 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 147 98 -
CMYK 0.56 0 0.33 0.42
HSL 144.15º 0.39% 0.42% -
HSV(B) 144.15º 0.56% 0.58% -
XYZ 14.82 22.87 15.19 -
YUV 116.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 65 147 98 0.56 0 0.33 0.42 144.15 0.39 0.42
Hex 41 93 62 38 0 21 2A 90 27 2A
Octal 101 223 142 70 0 41 52 220 47 52
Binary 1000001 10010011 1100010 111000 0 100001 101010 10010000 100111 101010

Color Harmonies of #419362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419362

Black with #419362

Text Example


Text Example

White with #419362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419362; }

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

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

background-color css

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

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

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

border-color css

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

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

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