Html Css Color HEX #3C803F Japanese Laurel

📋 copy color: '#3C803F'

red 60 ◦ green 128 ◦ blue 63

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

Shades of Japanese Laurel #3C803F

Tints of Japanese Laurel #3C803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51%

 BLUE value IS 63 (25% from 255) = 25.1%

R = 23.9%
G = 51%
B = 25.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#3C803F (or 0x3C803F) is known color: Japanese Laurel. HEX triplet: 3C, 80 and 3F. RGB value is (60,128,63). Sum of RGB (Red+Green+Blue) = 60+128+63=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #3C803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C803F is #C37FC0. Grayscale: #646464. Windows color (decimal): -12812225 or 4161596. OLE color: 4161596.

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

Color convert

RGB 60 128 63 -
CMYK 0.53 0 0.51 0.50
HSL 122.65º 0.36% 0.37% -
HSV(B) 122.65º 0.53% 0.5% -
XYZ 10.48 16.76 7.38 -
YUV 100.26 106.97 99.29 -
System Red Green Blue C M Y K H S L
Decimal 60 128 63 0.53 0 0.51 0.50 122.65 0.36 0.37
Hex 3C 80 3F 35 0 33 32 7B 24 25
Octal 74 200 77 65 0 63 62 173 44 45
Binary 111100 10000000 111111 110101 0 110011 110010 1111011 100100 100101

Color Harmonies of #3C803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C803F

Black with #3C803F

Text Example


Text Example

White with #3C803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,128,63); }

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

background-color css

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

 a { background-color: rgb(60,128,63); }

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

border-color css

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

 span { border-color: rgb(60,128,63); }

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