Html Css Color HEX #3C4421 Turtle Green

📋 copy color: '#3C4421'

red 60 ◦ green 68 ◦ blue 33

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

Shades of Turtle Green #3C4421

Tints of Turtle Green #3C4421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.5%

R = 37.27%
G = 42.24%
B = 20.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#3C4421 (or 0x3C4421) is known color: Turtle Green. HEX triplet: 3C, 44 and 21. RGB value is (60,68,33). Sum of RGB (Red+Green+Blue) = 60+68+33=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #3C4421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4421 is #C3BBDE. Grayscale: #3D3D3D. Windows color (decimal): -12827615 or 2180156. OLE color: 2180156.

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

Color convert

RGB 60 68 33 -
CMYK 0.12 0 0.51 0.73
HSL 73.71º 0.35% 0.2% -
HSV(B) 73.71º 0.51% 0.27% -
XYZ 4.21 5.2 2.22 -
YUV 61.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 60 68 33 0.12 0 0.51 0.73 73.71 0.35 0.2
Hex 3C 44 21 C 0 33 49 4A 23 14
Octal 74 104 41 14 0 63 111 112 43 24
Binary 111100 1000100 100001 1100 0 110011 1001001 1001010 100011 10100

Color Harmonies of #3C4421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4421

Black with #3C4421

Text Example


Text Example

White with #3C4421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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