Html Css Color HEX #419067 Eucalyptus

📋 copy color: '#419067'

red 65 ◦ green 144 ◦ blue 103

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

Shades of Eucalyptus #419067

Tints of Eucalyptus #419067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 20.83%
G = 46.15%
B = 33.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#419067 (or 0x419067) is known color: Eucalyptus. HEX triplet: 41, 90 and 67. RGB value is (65,144,103). Sum of RGB (Red+Green+Blue) = 65+144+103=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #419067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419067 is #BE6F98. Grayscale: #737373. Windows color (decimal): -12480409 or 6787137. OLE color: 6787137.

HSL color Cylindrical-coordinate representation of color #419067: hue angle of 148.86º 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 #419067 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 144 103 -
CMYK 0.55 0 0.28 0.44
HSL 148.86º 0.38% 0.41% -
HSV(B) 148.86º 0.55% 0.56% -
XYZ 14.6 22.05 16.32 -
YUV 115.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 65 144 103 0.55 0 0.28 0.44 148.86 0.38 0.41
Hex 41 90 67 37 0 1C 2C 95 26 29
Octal 101 220 147 67 0 34 54 225 46 51
Binary 1000001 10010000 1100111 110111 0 11100 101100 10010101 100110 101001

Color Harmonies of #419067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419067

Black with #419067

Text Example


Text Example

White with #419067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419067; }

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

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

background-color css

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

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

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

border-color css

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

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

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