Html Css Color HEX #3C7938 Japanese Laurel

📋 copy color: '#3C7938'

red 60 ◦ green 121 ◦ blue 56

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

Shades of Japanese Laurel #3C7938

Tints of Japanese Laurel #3C7938

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.05%

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

R = 25.32%
G = 51.05%
B = 23.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#3C7938 (or 0x3C7938) is known color: Japanese Laurel. HEX triplet: 3C, 79 and 38. RGB value is (60,121,56). Sum of RGB (Red+Green+Blue) = 60+121+56=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #3C7938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7938 is #C386C7. Grayscale: #5F5F5F. Windows color (decimal): -12814024 or 3701052. OLE color: 3701052.

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

Color convert

RGB 60 121 56 -
CMYK 0.50 0 0.54 0.53
HSL 116.31º 0.37% 0.35% -
HSV(B) 116.31º 0.54% 0.47% -
XYZ 9.41 14.92 6.13 -
YUV 95.35 105.79 102.79 -
System Red Green Blue C M Y K H S L
Decimal 60 121 56 0.50 0 0.54 0.53 116.31 0.37 0.35
Hex 3C 79 38 32 0 36 35 74 25 23
Octal 74 171 70 62 0 66 65 164 45 43
Binary 111100 1111001 111000 110010 0 110110 110101 1110100 100101 100011

Color Harmonies of #3C7938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7938

Black with #3C7938

Text Example


Text Example

White with #3C7938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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