Html Css Color HEX #3C813B Japanese Laurel

📋 copy color: '#3C813B'

red 60 ◦ green 129 ◦ blue 59

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

Shades of Japanese Laurel #3C813B

Tints of Japanese Laurel #3C813B

RGB

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

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

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

R = 24.19%
G = 52.02%
B = 23.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#3C813B (or 0x3C813B) is known color: Japanese Laurel. HEX triplet: 3C, 81 and 3B. RGB value is (60,129,59). Sum of RGB (Red+Green+Blue) = 60+129+59=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #3C813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C813B is #C37EC4. Grayscale: #646464. Windows color (decimal): -12811973 or 3899708. OLE color: 3899708.

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

Color convert

RGB 60 129 59 -
CMYK 0.53 0 0.54 0.49
HSL 119.14º 0.37% 0.37% -
HSV(B) 119.14º 0.54% 0.51% -
XYZ 10.5 16.98 6.86 -
YUV 100.39 104.64 99.19 -
System Red Green Blue C M Y K H S L
Decimal 60 129 59 0.53 0 0.54 0.49 119.14 0.37 0.37
Hex 3C 81 3B 35 0 36 31 77 25 25
Octal 74 201 73 65 0 66 61 167 45 45
Binary 111100 10000001 111011 110101 0 110110 110001 1110111 100101 100101

Color Harmonies of #3C813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C813B

Black with #3C813B

Text Example


Text Example

White with #3C813B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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