Html Css Color HEX #37A068 Eucalyptus

📋 copy color: '#37A068'

red 55 ◦ green 160 ◦ blue 104

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

Shades of Eucalyptus #37A068

Tints of Eucalyptus #37A068

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.16%

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

R = 17.24%
G = 50.16%
B = 32.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#37A068 (or 0x37A068) is known color: Eucalyptus. HEX triplet: 37, A0 and 68. RGB value is (55,160,104). Sum of RGB (Red+Green+Blue) = 55+160+104=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #37A068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A068 is #C85F97. Grayscale: #7A7A7A. Windows color (decimal): -13131672 or 6856759. OLE color: 6856759.

HSL color Cylindrical-coordinate representation of color #37A068: hue angle of 148º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A068 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 160 104 -
CMYK 0.66 0 0.35 0.37
HSL 148º 0.49% 0.42% -
HSV(B) 148º 0.66% 0.63% -
XYZ 16.65 26.95 17.42 -
YUV 122.22 117.71 80.05 -
System Red Green Blue C M Y K H S L
Decimal 55 160 104 0.66 0 0.35 0.37 148 0.49 0.42
Hex 37 A0 68 42 0 23 25 94 31 2A
Octal 67 240 150 102 0 43 45 224 61 52
Binary 110111 10100000 1101000 1000010 0 100011 100101 10010100 110001 101010

Color Harmonies of #37A068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37A068

Black with #37A068

Text Example


Text Example

White with #37A068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37A068; }

 p { color: rgb(55,160,104); }

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

background-color css

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

 a { background-color: rgb(55,160,104); }

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

border-color css

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

 span { border-color: rgb(55,160,104); }

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