Html Css Color HEX #3C8C3F Japanese Laurel

📋 copy color: '#3C8C3F'

red 60 ◦ green 140 ◦ blue 63

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

Shades of Japanese Laurel #3C8C3F

Tints of Japanese Laurel #3C8C3F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.23%

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

R = 22.81%
G = 53.23%
B = 23.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#3C8C3F (or 0x3C8C3F) is known color: Japanese Laurel. HEX triplet: 3C, 8C and 3F. RGB value is (60,140,63). Sum of RGB (Red+Green+Blue) = 60+140+63=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #3C8C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8C3F is #C373C0. Grayscale: #6B6B6B. Windows color (decimal): -12809153 or 4164668. OLE color: 4164668.

HSL color Cylindrical-coordinate representation of color #3C8C3F: hue angle of 122.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8C3F is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 140 63 -
CMYK 0.57 0 0.55 0.45
HSL 122.25º 0.4% 0.39% -
HSV(B) 122.25º 0.57% 0.55% -
XYZ 12.14 20.08 7.94 -
YUV 107.3 103 94.26 -
System Red Green Blue C M Y K H S L
Decimal 60 140 63 0.57 0 0.55 0.45 122.25 0.4 0.39
Hex 3C 8C 3F 39 0 37 2D 7A 28 27
Octal 74 214 77 71 0 67 55 172 50 47
Binary 111100 10001100 111111 111001 0 110111 101101 1111010 101000 100111

Color Harmonies of #3C8C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8C3F

Black with #3C8C3F

Text Example


Text Example

White with #3C8C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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