Html Css Color HEX #3C843A Japanese Laurel

📋 copy color: '#3C843A'

red 60 ◦ green 132 ◦ blue 58

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

Shades of Japanese Laurel #3C843A

Tints of Japanese Laurel #3C843A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

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

R = 24%
G = 52.8%
B = 23.2%

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

#3C843A (or 0x3C843A) is known color: Japanese Laurel. HEX triplet: 3C, 84 and 3A. RGB value is (60,132,58). Sum of RGB (Red+Green+Blue) = 60+132+58=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #3C843A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C843A is #C37BC5. Grayscale: #666666. Windows color (decimal): -12811206 or 3834940. OLE color: 3834940.

HSL color Cylindrical-coordinate representation of color #3C843A: hue angle of 118.38º 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 #3C843A is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 132 58 -
CMYK 0.55 0 0.56 0.48
HSL 118.38º 0.39% 0.37% -
HSV(B) 118.38º 0.56% 0.52% -
XYZ 10.88 17.77 6.86 -
YUV 102.04 103.15 98.02 -
System Red Green Blue C M Y K H S L
Decimal 60 132 58 0.55 0 0.56 0.48 118.38 0.39 0.37
Hex 3C 84 3A 37 0 38 30 76 27 25
Octal 74 204 72 67 0 70 60 166 47 45
Binary 111100 10000100 111010 110111 0 111000 110000 1110110 100111 100101

Color Harmonies of #3C843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C843A

Black with #3C843A

Text Example


Text Example

White with #3C843A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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