Html Css Color HEX #37703F Japanese Laurel

📋 copy color: '#37703F'

red 55 ◦ green 112 ◦ blue 63

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

Shades of Japanese Laurel #37703F

Tints of Japanese Laurel #37703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.7%

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

R = 23.91%
G = 48.7%
B = 27.39%

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

#37703F (or 0x37703F) is known color: Japanese Laurel. HEX triplet: 37, 70 and 3F. RGB value is (55,112,63). Sum of RGB (Red+Green+Blue) = 55+112+63=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #37703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37703F is #C88FC0. Grayscale: #595959. Windows color (decimal): -13144001 or 4157495. OLE color: 4157495.

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

Color convert

RGB 55 112 63 -
CMYK 0.51 0 0.44 0.56
HSL 128.42º 0.34% 0.33% -
HSV(B) 128.42º 0.51% 0.44% -
XYZ 8.27 12.76 6.73 -
YUV 89.37 113.12 103.48 -
System Red Green Blue C M Y K H S L
Decimal 55 112 63 0.51 0 0.44 0.56 128.42 0.34 0.33
Hex 37 70 3F 33 0 2C 38 80 22 21
Octal 67 160 77 63 0 54 70 200 42 41
Binary 110111 1110000 111111 110011 0 101100 111000 10000000 100010 100001

Color Harmonies of #37703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37703F

Black with #37703F

Text Example


Text Example

White with #37703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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