Html Css Color HEX #3C7237 Japanese Laurel

📋 copy color: '#3C7237'

red 60 ◦ green 114 ◦ blue 55

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

Shades of Japanese Laurel #3C7237

Tints of Japanese Laurel #3C7237

RGB

 RED value IS 60 (23.83% from 255) = 26.2%

 GREEN value IS 114 (44.92% from 255) = 49.78%

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

R = 26.2%
G = 49.78%
B = 24.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#3C7237 (or 0x3C7237) is known color: Japanese Laurel. HEX triplet: 3C, 72 and 37. RGB value is (60,114,55). Sum of RGB (Red+Green+Blue) = 60+114+55=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7237 is #C38DC8. Grayscale: #5B5B5B. Windows color (decimal): -12815817 or 3633724. OLE color: 3633724.

HSL color Cylindrical-coordinate representation of color #3C7237: hue angle of 114.92º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7237 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 114 55 -
CMYK 0.47 0 0.52 0.55
HSL 114.92º 0.35% 0.33% -
HSV(B) 114.92º 0.52% 0.45% -
XYZ 8.57 13.27 5.72 -
YUV 91.13 107.61 105.8 -
System Red Green Blue C M Y K H S L
Decimal 60 114 55 0.47 0 0.52 0.55 114.92 0.35 0.33
Hex 3C 72 37 2F 0 34 37 73 23 21
Octal 74 162 67 57 0 64 67 163 43 41
Binary 111100 1110010 110111 101111 0 110100 110111 1110011 100011 100001

Color Harmonies of #3C7237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7237

Black with #3C7237

Text Example


Text Example

White with #3C7237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C7237; }

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

 H1.HeaderClassName
 {
   color: #3C7237;
 }
 .AnyTagClassName
 {
   color: #3C7237;
 }
</style>

background-color css

<style>
 a { background-color: #3C7237; }

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

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

border-color css

<style>
 span { border-color: #3C7237; }

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

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