Html Css Color HEX #3C813D Japanese Laurel

📋 copy color: '#3C813D'

red 60 ◦ green 129 ◦ blue 61

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

Shades of Japanese Laurel #3C813D

Tints of Japanese Laurel #3C813D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.6%

 BLUE value IS 61 (24.22% from 255) = 24.4%

R = 24%
G = 51.6%
B = 24.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#3C813D (or 0x3C813D) is known color: Japanese Laurel. HEX triplet: 3C, 81 and 3D. RGB value is (60,129,61). Sum of RGB (Red+Green+Blue) = 60+129+61=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #3C813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C813D is #C37EC2. Grayscale: #646464. Windows color (decimal): -12811971 or 4030780. OLE color: 4030780.

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

Color convert

RGB 60 129 61 -
CMYK 0.53 0 0.53 0.49
HSL 120.87º 0.37% 0.37% -
HSV(B) 120.87º 0.53% 0.51% -
XYZ 10.56 17 7.14 -
YUV 100.62 105.64 99.03 -
System Red Green Blue C M Y K H S L
Decimal 60 129 61 0.53 0 0.53 0.49 120.87 0.37 0.37
Hex 3C 81 3D 35 0 35 31 79 25 25
Octal 74 201 75 65 0 65 61 171 45 45
Binary 111100 10000001 111101 110101 0 110101 110001 1111001 100101 100101

Color Harmonies of #3C813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C813D

Black with #3C813D

Text Example


Text Example

White with #3C813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,129,61); }

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

background-color css

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

 a { background-color: rgb(60,129,61); }

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

border-color css

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

 span { border-color: rgb(60,129,61); }

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