Html Css Color HEX #36975F Eucalyptus

📋 copy color: '#36975F'

red 54 ◦ green 151 ◦ blue 95

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

Shades of Eucalyptus #36975F

Tints of Eucalyptus #36975F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.33%

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 18%
G = 50.33%
B = 31.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#36975F (or 0x36975F) is known color: Eucalyptus. HEX triplet: 36, 97 and 5F. RGB value is (54,151,95). Sum of RGB (Red+Green+Blue) = 54+151+95=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #36975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36975F is #C968A0. Grayscale: #737373. Windows color (decimal): -13199521 or 6264630. OLE color: 6264630.

HSL color Cylindrical-coordinate representation of color #36975F: hue angle of 145.36º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36975F is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 151 95 -
CMYK 0.64 0 0.37 0.41
HSL 145.36º 0.47% 0.4% -
HSV(B) 145.36º 0.64% 0.59% -
XYZ 14.65 23.74 14.64 -
YUV 115.61 116.36 84.05 -
System Red Green Blue C M Y K H S L
Decimal 54 151 95 0.64 0 0.37 0.41 145.36 0.47 0.4
Hex 36 97 5F 40 0 25 29 91 2F 28
Octal 66 227 137 100 0 45 51 221 57 50
Binary 110110 10010111 1011111 1000000 0 100101 101001 10010001 101111 101000

Color Harmonies of #36975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36975F

Black with #36975F

Text Example


Text Example

White with #36975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36975F; }

 p { color: rgb(54,151,95); }

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

background-color css

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

 a { background-color: rgb(54,151,95); }

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

border-color css

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

 span { border-color: rgb(54,151,95); }

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