Html Css Color HEX #37713D Japanese Laurel

📋 copy color: '#37713D'

red 55 ◦ green 113 ◦ blue 61

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

Shades of Japanese Laurel #37713D

Tints of Japanese Laurel #37713D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.64%

R = 24.02%
G = 49.34%
B = 26.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#37713D (or 0x37713D) is known color: Japanese Laurel. HEX triplet: 37, 71 and 3D. RGB value is (55,113,61). Sum of RGB (Red+Green+Blue) = 55+113+61=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #37713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37713D is #C88EC2. Grayscale: #595959. Windows color (decimal): -13143747 or 4026679. OLE color: 4026679.

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

Color convert

RGB 55 113 61 -
CMYK 0.51 0 0.46 0.56
HSL 126.21º 0.35% 0.33% -
HSV(B) 126.21º 0.51% 0.44% -
XYZ 8.32 12.96 6.48 -
YUV 89.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 55 113 61 0.51 0 0.46 0.56 126.21 0.35 0.33
Hex 37 71 3D 33 0 2E 38 7E 23 21
Octal 67 161 75 63 0 56 70 176 43 41
Binary 110111 1110001 111101 110011 0 101110 111000 1111110 100011 100001

Color Harmonies of #37713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37713D

Black with #37713D

Text Example


Text Example

White with #37713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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