Html Css Color HEX #3C7838 Japanese Laurel

📋 copy color: '#3C7838'

red 60 ◦ green 120 ◦ blue 56

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

Shades of Japanese Laurel #3C7838

Tints of Japanese Laurel #3C7838

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.85%

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 25.42%
G = 50.85%
B = 23.73%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#3C7838 (or 0x3C7838) is known color: Japanese Laurel. HEX triplet: 3C, 78 and 38. RGB value is (60,120,56). Sum of RGB (Red+Green+Blue) = 60+120+56=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7838 is #C387C7. Grayscale: #5E5E5E. Windows color (decimal): -12814280 or 3700796. OLE color: 3700796.

HSL color Cylindrical-coordinate representation of color #3C7838: hue angle of 116.25º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7838 is Cyan = 0.5, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 120 56 -
CMYK 0.5 0 0.53 0.53
HSL 116.25º 0.36% 0.35% -
HSV(B) 116.25º 0.53% 0.47% -
XYZ 9.29 14.68 6.08 -
YUV 94.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 60 120 56 0.5 0 0.53 0.53 116.25 0.36 0.35
Hex 3C 78 38 32 0 35 35 74 24 23
Octal 74 170 70 62 0 65 65 164 44 43
Binary 111100 1111000 111000 110010 0 110101 110101 1110100 100100 100011

Color Harmonies of #3C7838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7838

Black with #3C7838

Text Example


Text Example

White with #3C7838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,120,56); }

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

background-color css

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

 a { background-color: rgb(60,120,56); }

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

border-color css

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

 span { border-color: rgb(60,120,56); }

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