Html Css Color HEX #3C7F3B Japanese Laurel

📋 copy color: '#3C7F3B'

red 60 ◦ green 127 ◦ blue 59

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

Shades of Japanese Laurel #3C7F3B

Tints of Japanese Laurel #3C7F3B

RGB

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

 GREEN value IS 127 (50% from 255) = 51.63%

 BLUE value IS 59 (23.44% from 255) = 23.98%

R = 24.39%
G = 51.63%
B = 23.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#3C7F3B (or 0x3C7F3B) is known color: Japanese Laurel. HEX triplet: 3C, 7F and 3B. RGB value is (60,127,59). Sum of RGB (Red+Green+Blue) = 60+127+59=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7F3B is #C380C4. Grayscale: #636363. Windows color (decimal): -12812485 or 3899196. OLE color: 3899196.

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

Color convert

RGB 60 127 59 -
CMYK 0.53 0 0.54 0.50
HSL 119.12º 0.37% 0.36% -
HSV(B) 119.12º 0.54% 0.5% -
XYZ 10.24 16.46 6.77 -
YUV 99.22 105.3 100.03 -
System Red Green Blue C M Y K H S L
Decimal 60 127 59 0.53 0 0.54 0.50 119.12 0.37 0.36
Hex 3C 7F 3B 35 0 36 32 77 25 24
Octal 74 177 73 65 0 66 62 167 45 44
Binary 111100 1111111 111011 110101 0 110110 110010 1110111 100101 100100

Color Harmonies of #3C7F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7F3B

Black with #3C7F3B

Text Example


Text Example

White with #3C7F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,127,59); }

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

background-color css

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

 a { background-color: rgb(60,127,59); }

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

border-color css

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

 span { border-color: rgb(60,127,59); }

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