Html Css Color HEX #3C4810 Turtle Green

📋 copy color: '#3C4810'

red 60 ◦ green 72 ◦ blue 16

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

Shades of Turtle Green #3C4810

Tints of Turtle Green #3C4810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.65%

 BLUE value IS 16 (6.64% from 255) = 10.81%

R = 40.54%
G = 48.65%
B = 10.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#3C4810 (or 0x3C4810) is known color: Turtle Green. HEX triplet: 3C, 48 and 10. RGB value is (60,72,16). Sum of RGB (Red+Green+Blue) = 60+72+16=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4810 is #C3B7EF. Grayscale: #3E3E3E. Windows color (decimal): -12826608 or 1067068. OLE color: 1067068.

HSL color Cylindrical-coordinate representation of color #3C4810: hue angle of 72.86º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C4810 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 72 16 -
CMYK 0.17 0 0.78 0.72
HSL 72.86º 0.64% 0.17% -
HSV(B) 72.86º 0.78% 0.28% -
XYZ 4.27 5.63 1.35 -
YUV 62.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 60 72 16 0.17 0 0.78 0.72 72.86 0.64 0.17
Hex 3C 48 10 11 0 4E 48 49 40 11
Octal 74 110 20 21 0 116 110 111 100 21
Binary 111100 1001000 10000 10001 0 1001110 1001000 1001001 1000000 10001

Color Harmonies of #3C4810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4810

Black with #3C4810

Text Example


Text Example

White with #3C4810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,72,16); }

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

background-color css

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

 a { background-color: rgb(60,72,16); }

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

border-color css

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

 span { border-color: rgb(60,72,16); }

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