Html Css Color HEX #37995F Eucalyptus

📋 copy color: '#37995F'

red 55 ◦ green 153 ◦ blue 95

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

Shades of Eucalyptus #37995F

Tints of Eucalyptus #37995F

RGB

 RED value IS 55 (21.88% from 255) = 18.15%

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

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

R = 18.15%
G = 50.5%
B = 31.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#37995F (or 0x37995F) is known color: Eucalyptus. HEX triplet: 37, 99 and 5F. RGB value is (55,153,95). Sum of RGB (Red+Green+Blue) = 55+153+95=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #37995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37995F is #C866A0. Grayscale: #757575. Windows color (decimal): -13133473 or 6265143. OLE color: 6265143.

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

Color convert

RGB 55 153 95 -
CMYK 0.64 0 0.38 0.4
HSL 144.49º 0.47% 0.41% -
HSV(B) 144.49º 0.64% 0.6% -
XYZ 15.03 24.42 14.75 -
YUV 117.09 115.53 83.72 -
System Red Green Blue C M Y K H S L
Decimal 55 153 95 0.64 0 0.38 0.4 144.49 0.47 0.41
Hex 37 99 5F 40 0 26 28 90 2F 29
Octal 67 231 137 100 0 46 50 220 57 51
Binary 110111 10011001 1011111 1000000 0 100110 101000 10010000 101111 101001

Color Harmonies of #37995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37995F

Black with #37995F

Text Example


Text Example

White with #37995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,153,95); }

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

background-color css

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

 a { background-color: rgb(55,153,95); }

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

border-color css

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

 span { border-color: rgb(55,153,95); }

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