Html Css Color HEX #3C803E Japanese Laurel

📋 copy color: '#3C803E'

red 60 ◦ green 128 ◦ blue 62

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

Shades of Japanese Laurel #3C803E

Tints of Japanese Laurel #3C803E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.8%

R = 24%
G = 51.2%
B = 24.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#3C803E (or 0x3C803E) is known color: Japanese Laurel. HEX triplet: 3C, 80 and 3E. RGB value is (60,128,62). Sum of RGB (Red+Green+Blue) = 60+128+62=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #3C803E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C803E is #C37FC1. Grayscale: #646464. Windows color (decimal): -12812226 or 4096060. OLE color: 4096060.

HSL color Cylindrical-coordinate representation of color #3C803E: hue angle of 121.76º 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 #3C803E is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 128 62 -
CMYK 0.53 0 0.52 0.50
HSL 121.76º 0.36% 0.37% -
HSV(B) 121.76º 0.53% 0.5% -
XYZ 10.45 16.75 7.24 -
YUV 100.14 106.47 99.37 -
System Red Green Blue C M Y K H S L
Decimal 60 128 62 0.53 0 0.52 0.50 121.76 0.36 0.37
Hex 3C 80 3E 35 0 34 32 7A 24 25
Octal 74 200 76 65 0 64 62 172 44 45
Binary 111100 10000000 111110 110101 0 110100 110010 1111010 100100 100101

Color Harmonies of #3C803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C803E

Black with #3C803E

Text Example


Text Example

White with #3C803E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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