Html Css Color HEX #37753F Japanese Laurel

📋 copy color: '#37753F'

red 55 ◦ green 117 ◦ blue 63

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

Shades of Japanese Laurel #37753F

Tints of Japanese Laurel #37753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.79%

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

R = 23.4%
G = 49.79%
B = 26.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#37753F (or 0x37753F) is known color: Japanese Laurel. HEX triplet: 37, 75 and 3F. RGB value is (55,117,63). Sum of RGB (Red+Green+Blue) = 55+117+63=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #37753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37753F is #C88AC0. Grayscale: #5C5C5C. Windows color (decimal): -13142721 or 4158775. OLE color: 4158775.

HSL color Cylindrical-coordinate representation of color #37753F: hue angle of 127.74º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37753F is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 117 63 -
CMYK 0.53 0 0.46 0.54
HSL 127.74º 0.36% 0.34% -
HSV(B) 127.74º 0.53% 0.46% -
XYZ 8.83 13.89 6.92 -
YUV 92.31 111.46 101.39 -
System Red Green Blue C M Y K H S L
Decimal 55 117 63 0.53 0 0.46 0.54 127.74 0.36 0.34
Hex 37 75 3F 35 0 2E 36 80 24 22
Octal 67 165 77 65 0 56 66 200 44 42
Binary 110111 1110101 111111 110101 0 101110 110110 10000000 100100 100010

Color Harmonies of #37753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37753F

Black with #37753F

Text Example


Text Example

White with #37753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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