Html Css Color HEX #369872 Eucalyptus

📋 copy color: '#369872'

red 54 ◦ green 152 ◦ blue 114

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

Shades of Eucalyptus #369872

Tints of Eucalyptus #369872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.5%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 16.88%
G = 47.5%
B = 35.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#369872 (or 0x369872) is known color: Eucalyptus. HEX triplet: 36, 98 and 72. RGB value is (54,152,114). Sum of RGB (Red+Green+Blue) = 54+152+114=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #369872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369872 is #C9678D. Grayscale: #767676. Windows color (decimal): -13199246 or 7510070. OLE color: 7510070.

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

Color convert

RGB 54 152 114 -
CMYK 0.64 0 0.25 0.40
HSL 156.73º 0.48% 0.4% -
HSV(B) 156.73º 0.64% 0.6% -
XYZ 15.79 24.46 19.81 -
YUV 118.37 125.53 82.09 -
System Red Green Blue C M Y K H S L
Decimal 54 152 114 0.64 0 0.25 0.40 156.73 0.48 0.4
Hex 36 98 72 40 0 19 28 9D 30 28
Octal 66 230 162 100 0 31 50 235 60 50
Binary 110110 10011000 1110010 1000000 0 11001 101000 10011101 110000 101000

Color Harmonies of #369872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369872

Black with #369872

Text Example


Text Example

White with #369872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369872; }

 p { color: rgb(54,152,114); }

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

background-color css

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

 a { background-color: rgb(54,152,114); }

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

border-color css

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

 span { border-color: rgb(54,152,114); }

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