Html Css Color HEX #3C4413 Turtle Green

📋 copy color: '#3C4413'

red 60 ◦ green 68 ◦ blue 19

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

Shades of Turtle Green #3C4413

Tints of Turtle Green #3C4413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.26%

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

R = 40.82%
G = 46.26%
B = 12.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#3C4413 (or 0x3C4413) is known color: Turtle Green. HEX triplet: 3C, 44 and 13. RGB value is (60,68,19). Sum of RGB (Red+Green+Blue) = 60+68+19=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #3C4413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4413 is #C3BBEC. Grayscale: #3C3C3C. Windows color (decimal): -12827629 or 1262652. OLE color: 1262652.

HSL color Cylindrical-coordinate representation of color #3C4413: hue angle of 69.8º degrees, saturation: 0.56, 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 #3C4413 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 68 19 -
CMYK 0.12 0 0.72 0.73
HSL 69.8º 0.56% 0.17% -
HSV(B) 69.8º 0.72% 0.27% -
XYZ 4.05 5.14 1.4 -
YUV 60.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 60 68 19 0.12 0 0.72 0.73 69.8 0.56 0.17
Hex 3C 44 13 C 0 48 49 46 38 11
Octal 74 104 23 14 0 110 111 106 70 21
Binary 111100 1000100 10011 1100 0 1001000 1001001 1000110 111000 10001

Color Harmonies of #3C4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4413

Black with #3C4413

Text Example


Text Example

White with #3C4413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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