Html Css Color HEX #419360 Eucalyptus

📋 copy color: '#419360'

red 65 ◦ green 147 ◦ blue 96

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

Shades of Eucalyptus #419360

Tints of Eucalyptus #419360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.17%

R = 21.1%
G = 47.73%
B = 31.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#419360 (or 0x419360) is known color: Eucalyptus. HEX triplet: 41, 93 and 60. RGB value is (65,147,96). Sum of RGB (Red+Green+Blue) = 65+147+96=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #419360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419360 is #BE6C9F. Grayscale: #747474. Windows color (decimal): -12479648 or 6329153. OLE color: 6329153.

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

Color convert

RGB 65 147 96 -
CMYK 0.56 0 0.35 0.42
HSL 142.68º 0.39% 0.42% -
HSV(B) 142.68º 0.56% 0.58% -
XYZ 14.73 22.84 14.7 -
YUV 116.67 116.33 91.15 -
System Red Green Blue C M Y K H S L
Decimal 65 147 96 0.56 0 0.35 0.42 142.68 0.39 0.42
Hex 41 93 60 38 0 23 2A 8F 27 2A
Octal 101 223 140 70 0 43 52 217 47 52
Binary 1000001 10010011 1100000 111000 0 100011 101010 10001111 100111 101010

Color Harmonies of #419360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419360

Black with #419360

Text Example


Text Example

White with #419360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419360; }

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

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

background-color css

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

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

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

border-color css

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

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

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