Html Css Color HEX #3C4513 Turtle Green

📋 copy color: '#3C4513'

red 60 ◦ green 69 ◦ blue 19

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

Shades of Turtle Green #3C4513

Tints of Turtle Green #3C4513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.62%

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 40.54%
G = 46.62%
B = 12.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#3C4513 (or 0x3C4513) is known color: Turtle Green. HEX triplet: 3C, 45 and 13. RGB value is (60,69,19). Sum of RGB (Red+Green+Blue) = 60+69+19=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #3C4513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4513 is #C3BAEC. Grayscale: #3C3C3C. Windows color (decimal): -12827373 or 1262908. OLE color: 1262908.

HSL color Cylindrical-coordinate representation of color #3C4513: hue angle of 70.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C4513 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 69 19 -
CMYK 0.13 0 0.72 0.73
HSL 70.8º 0.57% 0.17% -
HSV(B) 70.8º 0.72% 0.27% -
XYZ 4.11 5.26 1.42 -
YUV 60.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 60 69 19 0.13 0 0.72 0.73 70.8 0.57 0.17
Hex 3C 45 13 D 0 48 49 47 39 11
Octal 74 105 23 15 0 110 111 107 71 21
Binary 111100 1000101 10011 1101 0 1001000 1001001 1000111 111001 10001

Color Harmonies of #3C4513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4513

Black with #3C4513

Text Example


Text Example

White with #3C4513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,69,19); }

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

background-color css

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

 a { background-color: rgb(60,69,19); }

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

border-color css

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

 span { border-color: rgb(60,69,19); }

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