Html Css Color HEX #37713C Japanese Laurel

📋 copy color: '#37713C'

red 55 ◦ green 113 ◦ blue 60

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

Shades of Japanese Laurel #37713C

Tints of Japanese Laurel #37713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.56%

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

R = 24.12%
G = 49.56%
B = 26.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#37713C (or 0x37713C) is known color: Japanese Laurel. HEX triplet: 37, 71 and 3C. RGB value is (55,113,60). Sum of RGB (Red+Green+Blue) = 55+113+60=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #37713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37713C is #C88EC3. Grayscale: #595959. Windows color (decimal): -13143748 or 3961143. OLE color: 3961143.

HSL color Cylindrical-coordinate representation of color #37713C: hue angle of 125.17º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37713C is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 60 -
CMYK 0.51 0 0.47 0.56
HSL 125.17º 0.35% 0.33% -
HSV(B) 125.17º 0.51% 0.44% -
XYZ 8.3 12.95 6.34 -
YUV 89.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 55 113 60 0.51 0 0.47 0.56 125.17 0.35 0.33
Hex 37 71 3C 33 0 2F 38 7D 23 21
Octal 67 161 74 63 0 57 70 175 43 41
Binary 110111 1110001 111100 110011 0 101111 111000 1111101 100011 100001

Color Harmonies of #37713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37713C

Black with #37713C

Text Example


Text Example

White with #37713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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