Html Css Color HEX #419361 Eucalyptus

📋 copy color: '#419361'

red 65 ◦ green 147 ◦ blue 97

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

Shades of Eucalyptus #419361

Tints of Eucalyptus #419361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.39%

R = 21.04%
G = 47.57%
B = 31.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#419361 (or 0x419361) is known color: Eucalyptus. HEX triplet: 41, 93 and 61. RGB value is (65,147,97). Sum of RGB (Red+Green+Blue) = 65+147+97=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #419361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419361 is #BE6C9E. Grayscale: #747474. Windows color (decimal): -12479647 or 6394689. OLE color: 6394689.

HSL color Cylindrical-coordinate representation of color #419361: hue angle of 143.41º 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 #419361 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 147 97 -
CMYK 0.56 0 0.34 0.42
HSL 143.41º 0.39% 0.42% -
HSV(B) 143.41º 0.56% 0.58% -
XYZ 14.77 22.85 14.94 -
YUV 116.78 116.83 91.07 -
System Red Green Blue C M Y K H S L
Decimal 65 147 97 0.56 0 0.34 0.42 143.41 0.39 0.42
Hex 41 93 61 38 0 22 2A 8F 27 2A
Octal 101 223 141 70 0 42 52 217 47 52
Binary 1000001 10010011 1100001 111000 0 100010 101010 10001111 100111 101010

Color Harmonies of #419361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419361

Black with #419361

Text Example


Text Example

White with #419361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419361; }

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

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

background-color css

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

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

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

border-color css

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

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

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