Html Css Color HEX #419369 Eucalyptus

📋 copy color: '#419369'

red 65 ◦ green 147 ◦ blue 105

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

Shades of Eucalyptus #419369

Tints of Eucalyptus #419369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.12%

R = 20.5%
G = 46.37%
B = 33.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#419369 (or 0x419369) is known color: Eucalyptus. HEX triplet: 41, 93 and 69. RGB value is (65,147,105). Sum of RGB (Red+Green+Blue) = 65+147+105=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #419369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419369 is #BE6C96. Grayscale: #757575. Windows color (decimal): -12479639 or 6918977. OLE color: 6918977.

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

Color convert

RGB 65 147 105 -
CMYK 0.56 0 0.29 0.42
HSL 149.27º 0.39% 0.42% -
HSV(B) 149.27º 0.56% 0.58% -
XYZ 15.16 23.01 17.01 -
YUV 117.69 120.83 90.42 -
System Red Green Blue C M Y K H S L
Decimal 65 147 105 0.56 0 0.29 0.42 149.27 0.39 0.42
Hex 41 93 69 38 0 1D 2A 95 27 2A
Octal 101 223 151 70 0 35 52 225 47 52
Binary 1000001 10010011 1101001 111000 0 11101 101010 10010101 100111 101010

Color Harmonies of #419369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419369

Black with #419369

Text Example


Text Example

White with #419369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419369; }

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

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

background-color css

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

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

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

border-color css

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

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

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