Html Css Color HEX #3C4411 Turtle Green

📋 copy color: '#3C4411'

red 60 ◦ green 68 ◦ blue 17

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

Shades of Turtle Green #3C4411

Tints of Turtle Green #3C4411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.72%

R = 41.38%
G = 46.9%
B = 11.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#3C4411 (or 0x3C4411) is known color: Turtle Green. HEX triplet: 3C, 44 and 11. RGB value is (60,68,17). Sum of RGB (Red+Green+Blue) = 60+68+17=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #3C4411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4411 is #C3BBEE. Grayscale: #3B3B3B. Windows color (decimal): -12827631 or 1131580. OLE color: 1131580.

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

Color convert

RGB 60 68 17 -
CMYK 0.12 0 0.75 0.73
HSL 69.41º 0.6% 0.17% -
HSV(B) 69.41º 0.75% 0.27% -
XYZ 4.03 5.14 1.31 -
YUV 59.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 60 68 17 0.12 0 0.75 0.73 69.41 0.6 0.17
Hex 3C 44 11 C 0 4B 49 45 3C 11
Octal 74 104 21 14 0 113 111 105 74 21
Binary 111100 1000100 10001 1100 0 1001011 1001001 1000101 111100 10001

Color Harmonies of #3C4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4411

Black with #3C4411

Text Example


Text Example

White with #3C4411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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