Html Css Color HEX #37713F Japanese Laurel

📋 copy color: '#37713F'

red 55 ◦ green 113 ◦ blue 63

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

Shades of Japanese Laurel #37713F

Tints of Japanese Laurel #37713F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.27%

R = 23.81%
G = 48.92%
B = 27.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#37713F (or 0x37713F) is known color: Japanese Laurel. HEX triplet: 37, 71 and 3F. RGB value is (55,113,63). Sum of RGB (Red+Green+Blue) = 55+113+63=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #37713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37713F is #C88EC0. Grayscale: #5A5A5A. Windows color (decimal): -13143745 or 4157751. OLE color: 4157751.

HSL color Cylindrical-coordinate representation of color #37713F: hue angle of 128.28º 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 #37713F is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 63 -
CMYK 0.51 0 0.44 0.56
HSL 128.28º 0.35% 0.33% -
HSV(B) 128.28º 0.51% 0.44% -
XYZ 8.38 12.98 6.77 -
YUV 89.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 55 113 63 0.51 0 0.44 0.56 128.28 0.35 0.33
Hex 37 71 3F 33 0 2C 38 80 23 21
Octal 67 161 77 63 0 54 70 200 43 41
Binary 110111 1110001 111111 110011 0 101100 111000 10000000 100011 100001

Color Harmonies of #37713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37713F

Black with #37713F

Text Example


Text Example

White with #37713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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