Html Css Color HEX #37733C Japanese Laurel

📋 copy color: '#37733C'

red 55 ◦ green 115 ◦ blue 60

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

Shades of Japanese Laurel #37733C

Tints of Japanese Laurel #37733C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50%

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 23.91%
G = 50%
B = 26.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#37733C (or 0x37733C) is known color: Japanese Laurel. HEX triplet: 37, 73 and 3C. RGB value is (55,115,60). Sum of RGB (Red+Green+Blue) = 55+115+60=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #37733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37733C is #C88CC3. Grayscale: #5A5A5A. Windows color (decimal): -13143236 or 3961655. OLE color: 3961655.

HSL color Cylindrical-coordinate representation of color #37733C: hue angle of 125º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37733C is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 115 60 -
CMYK 0.52 0 0.48 0.55
HSL 125º 0.35% 0.33% -
HSV(B) 125º 0.52% 0.45% -
XYZ 8.52 13.4 6.41 -
YUV 90.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 55 115 60 0.52 0 0.48 0.55 125 0.35 0.33
Hex 37 73 3C 34 0 30 37 7D 23 21
Octal 67 163 74 64 0 60 67 175 43 41
Binary 110111 1110011 111100 110100 0 110000 110111 1111101 100011 100001

Color Harmonies of #37733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37733C

Black with #37733C

Text Example


Text Example

White with #37733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37733C; }

 p { color: rgb(55,115,60); }

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

background-color css

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

 a { background-color: rgb(55,115,60); }

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

border-color css

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

 span { border-color: rgb(55,115,60); }

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