Html Css Color HEX #419364 Eucalyptus

📋 copy color: '#419364'

red 65 ◦ green 147 ◦ blue 100

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

Shades of Eucalyptus #419364

Tints of Eucalyptus #419364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 20.83%
G = 47.12%
B = 32.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#419364 (or 0x419364) is known color: Eucalyptus. HEX triplet: 41, 93 and 64. RGB value is (65,147,100). Sum of RGB (Red+Green+Blue) = 65+147+100=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #419364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419364 is #BE6C9B. Grayscale: #757575. Windows color (decimal): -12479644 or 6591297. OLE color: 6591297.

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

Color convert

RGB 65 147 100 -
CMYK 0.56 0 0.32 0.42
HSL 145.61º 0.39% 0.42% -
HSV(B) 145.61º 0.56% 0.58% -
XYZ 14.91 22.91 15.69 -
YUV 117.12 118.33 90.82 -
System Red Green Blue C M Y K H S L
Decimal 65 147 100 0.56 0 0.32 0.42 145.61 0.39 0.42
Hex 41 93 64 38 0 20 2A 92 27 2A
Octal 101 223 144 70 0 40 52 222 47 52
Binary 1000001 10010011 1100100 111000 0 100000 101010 10010010 100111 101010

Color Harmonies of #419364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419364

Black with #419364

Text Example


Text Example

White with #419364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419364; }

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

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

background-color css

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

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

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

border-color css

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

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

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