Html Css Color HEX #369960 Eucalyptus

📋 copy color: '#369960'

red 54 ◦ green 153 ◦ blue 96

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

Shades of Eucalyptus #369960

Tints of Eucalyptus #369960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.5%

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 17.82%
G = 50.5%
B = 31.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#369960 (or 0x369960) is known color: Eucalyptus. HEX triplet: 36, 99 and 60. RGB value is (54,153,96). Sum of RGB (Red+Green+Blue) = 54+153+96=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #369960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369960 is #C9669F. Grayscale: #757575. Windows color (decimal): -13199008 or 6330678. OLE color: 6330678.

HSL color Cylindrical-coordinate representation of color #369960: hue angle of 145.45º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369960 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 153 96 -
CMYK 0.65 0 0.37 0.4
HSL 145.45º 0.48% 0.41% -
HSV(B) 145.45º 0.65% 0.6% -
XYZ 15.02 24.41 14.99 -
YUV 116.9 116.2 83.13 -
System Red Green Blue C M Y K H S L
Decimal 54 153 96 0.65 0 0.37 0.4 145.45 0.48 0.41
Hex 36 99 60 41 0 25 28 91 30 29
Octal 66 231 140 101 0 45 50 221 60 51
Binary 110110 10011001 1100000 1000001 0 100101 101000 10010001 110000 101001

Color Harmonies of #369960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369960

Black with #369960

Text Example


Text Example

White with #369960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369960; }

 p { color: rgb(54,153,96); }

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

background-color css

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

 a { background-color: rgb(54,153,96); }

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

border-color css

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

 span { border-color: rgb(54,153,96); }

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