Html Css Color HEX #3C853A Japanese Laurel

📋 copy color: '#3C853A'

red 60 ◦ green 133 ◦ blue 58

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

Shades of Japanese Laurel #3C853A

Tints of Japanese Laurel #3C853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.11%

R = 23.9%
G = 52.99%
B = 23.11%

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

#3C853A (or 0x3C853A) is known color: Japanese Laurel. HEX triplet: 3C, 85 and 3A. RGB value is (60,133,58). Sum of RGB (Red+Green+Blue) = 60+133+58=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #3C853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C853A is #C37AC5. Grayscale: #666666. Windows color (decimal): -12810950 or 3835196. OLE color: 3835196.

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

Color convert

RGB 60 133 58 -
CMYK 0.55 0 0.56 0.48
HSL 118.4º 0.39% 0.37% -
HSV(B) 118.4º 0.56% 0.52% -
XYZ 11.01 18.04 6.9 -
YUV 102.62 102.82 97.6 -
System Red Green Blue C M Y K H S L
Decimal 60 133 58 0.55 0 0.56 0.48 118.4 0.39 0.37
Hex 3C 85 3A 37 0 38 30 76 27 25
Octal 74 205 72 67 0 70 60 166 47 45
Binary 111100 10000101 111010 110111 0 111000 110000 1110110 100111 100101

Color Harmonies of #3C853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C853A

Black with #3C853A

Text Example


Text Example

White with #3C853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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