Html Css Color HEX #369164 Eucalyptus

📋 copy color: '#369164'

red 54 ◦ green 145 ◦ blue 100

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

Shades of Eucalyptus #369164

Tints of Eucalyptus #369164

RGB

 RED value IS 54 (21.48% from 255) = 18.06%

 GREEN value IS 145 (57.03% from 255) = 48.49%

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

R = 18.06%
G = 48.49%
B = 33.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#369164 (or 0x369164) is known color: Eucalyptus. HEX triplet: 36, 91 and 64. RGB value is (54,145,100). Sum of RGB (Red+Green+Blue) = 54+145+100=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #369164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369164 is #C96E9B. Grayscale: #707070. Windows color (decimal): -13201052 or 6590774. OLE color: 6590774.

HSL color Cylindrical-coordinate representation of color #369164: hue angle of 150.33º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369164 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 145 100 -
CMYK 0.63 0 0.31 0.43
HSL 150.33º 0.46% 0.39% -
HSV(B) 150.33º 0.63% 0.57% -
XYZ 13.95 21.96 15.56 -
YUV 112.66 120.85 86.16 -
System Red Green Blue C M Y K H S L
Decimal 54 145 100 0.63 0 0.31 0.43 150.33 0.46 0.39
Hex 36 91 64 3F 0 1F 2B 96 2E 27
Octal 66 221 144 77 0 37 53 226 56 47
Binary 110110 10010001 1100100 111111 0 11111 101011 10010110 101110 100111

Color Harmonies of #369164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369164

Black with #369164

Text Example


Text Example

White with #369164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369164; }

 p { color: rgb(54,145,100); }

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

background-color css

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

 a { background-color: rgb(54,145,100); }

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

border-color css

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

 span { border-color: rgb(54,145,100); }

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