Html Css Color HEX #369168 Eucalyptus

📋 copy color: '#369168'

red 54 ◦ green 145 ◦ blue 104

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

Shades of Eucalyptus #369168

Tints of Eucalyptus #369168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 17.82%
G = 47.85%
B = 34.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#369168 (or 0x369168) is known color: Eucalyptus. HEX triplet: 36, 91 and 68. RGB value is (54,145,104). Sum of RGB (Red+Green+Blue) = 54+145+104=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #369168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369168 is #C96E97. Grayscale: #717171. Windows color (decimal): -13201048 or 6852918. OLE color: 6852918.

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

Color convert

RGB 54 145 104 -
CMYK 0.63 0 0.28 0.43
HSL 152.97º 0.46% 0.39% -
HSV(B) 152.97º 0.63% 0.57% -
XYZ 14.15 22.03 16.6 -
YUV 113.12 122.85 85.83 -
System Red Green Blue C M Y K H S L
Decimal 54 145 104 0.63 0 0.28 0.43 152.97 0.46 0.39
Hex 36 91 68 3F 0 1C 2B 99 2E 27
Octal 66 221 150 77 0 34 53 231 56 47
Binary 110110 10010001 1101000 111111 0 11100 101011 10011001 101110 100111

Color Harmonies of #369168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369168

Black with #369168

Text Example


Text Example

White with #369168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369168; }

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

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

background-color css

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

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

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

border-color css

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

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

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