Html Css Color HEX #37753C Japanese Laurel

📋 copy color: '#37753C'

red 55 ◦ green 117 ◦ blue 60

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

Shades of Japanese Laurel #37753C

Tints of Japanese Laurel #37753C

RGB

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

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

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

R = 23.71%
G = 50.43%
B = 25.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#37753C (or 0x37753C) is known color: Japanese Laurel. HEX triplet: 37, 75 and 3C. RGB value is (55,117,60). Sum of RGB (Red+Green+Blue) = 55+117+60=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #37753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37753C is #C88AC3. Grayscale: #5C5C5C. Windows color (decimal): -13142724 or 3962167. OLE color: 3962167.

HSL color Cylindrical-coordinate representation of color #37753C: hue angle of 124.84º 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 #37753C is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 117 60 -
CMYK 0.53 0 0.49 0.54
HSL 124.84º 0.36% 0.34% -
HSV(B) 124.84º 0.53% 0.46% -
XYZ 8.75 13.86 6.49 -
YUV 91.96 109.96 101.63 -
System Red Green Blue C M Y K H S L
Decimal 55 117 60 0.53 0 0.49 0.54 124.84 0.36 0.34
Hex 37 75 3C 35 0 31 36 7D 24 22
Octal 67 165 74 65 0 61 66 175 44 42
Binary 110111 1110101 111100 110101 0 110001 110110 1111101 100100 100010

Color Harmonies of #37753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37753C

Black with #37753C

Text Example


Text Example

White with #37753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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