Html Css Color HEX #3C853B Japanese Laurel

📋 copy color: '#3C853B'

red 60 ◦ green 133 ◦ blue 59

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

Shades of Japanese Laurel #3C853B

Tints of Japanese Laurel #3C853B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

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

R = 23.81%
G = 52.78%
B = 23.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#3C853B (or 0x3C853B) is known color: Japanese Laurel. HEX triplet: 3C, 85 and 3B. RGB value is (60,133,59). Sum of RGB (Red+Green+Blue) = 60+133+59=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #3C853B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C853B is #C37AC4. Grayscale: #666666. Windows color (decimal): -12810949 or 3900732. OLE color: 3900732.

HSL color Cylindrical-coordinate representation of color #3C853B: hue angle of 119.19º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C853B is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 133 59 -
CMYK 0.55 0 0.56 0.48
HSL 119.19º 0.39% 0.38% -
HSV(B) 119.19º 0.56% 0.52% -
XYZ 11.04 18.05 7.04 -
YUV 102.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 60 133 59 0.55 0 0.56 0.48 119.19 0.39 0.38
Hex 3C 85 3B 37 0 38 30 77 27 26
Octal 74 205 73 67 0 70 60 167 47 46
Binary 111100 10000101 111011 110111 0 111000 110000 1110111 100111 100110

Color Harmonies of #3C853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C853B

Black with #3C853B

Text Example


Text Example

White with #3C853B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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