Html Css Color HEX #3C7336 Japanese Laurel

📋 copy color: '#3C7336'

red 60 ◦ green 115 ◦ blue 54

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

Shades of Japanese Laurel #3C7336

Tints of Japanese Laurel #3C7336

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.22%

 BLUE value IS 54 (21.48% from 255) = 23.58%

R = 26.2%
G = 50.22%
B = 23.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#3C7336 (or 0x3C7336) is known color: Japanese Laurel. HEX triplet: 3C, 73 and 36. RGB value is (60,115,54). Sum of RGB (Red+Green+Blue) = 60+115+54=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7336 is #C38CC9. Grayscale: #5B5B5B. Windows color (decimal): -12815562 or 3568444. OLE color: 3568444.

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

Color convert

RGB 60 115 54 -
CMYK 0.48 0 0.53 0.55
HSL 114.1º 0.36% 0.33% -
HSV(B) 114.1º 0.53% 0.45% -
XYZ 8.66 13.49 5.64 -
YUV 91.6 106.78 105.46 -
System Red Green Blue C M Y K H S L
Decimal 60 115 54 0.48 0 0.53 0.55 114.1 0.36 0.33
Hex 3C 73 36 30 0 35 37 72 24 21
Octal 74 163 66 60 0 65 67 162 44 41
Binary 111100 1110011 110110 110000 0 110101 110111 1110010 100100 100001

Color Harmonies of #3C7336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7336

Black with #3C7336

Text Example


Text Example

White with #3C7336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,115,54); }

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

background-color css

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

 a { background-color: rgb(60,115,54); }

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

border-color css

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

 span { border-color: rgb(60,115,54); }

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