Html Css Color HEX #3C4322 Turtle Green

📋 copy color: '#3C4322'

red 60 ◦ green 67 ◦ blue 34

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

Shades of Turtle Green #3C4322

Tints of Turtle Green #3C4322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.61%

 BLUE value IS 34 (13.67% from 255) = 21.12%

R = 37.27%
G = 41.61%
B = 21.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.74

RGB Variations

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

Color information

#3C4322 (or 0x3C4322) is known color: Turtle Green. HEX triplet: 3C, 43 and 22. RGB value is (60,67,34). Sum of RGB (Red+Green+Blue) = 60+67+34=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4322 is #C3BCDD. Grayscale: #3D3D3D. Windows color (decimal): -12827870 or 2245436. OLE color: 2245436.

HSL color Cylindrical-coordinate representation of color #3C4322: hue angle of 72.73º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C4322 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 67 34 -
CMYK 0.10 0 0.49 0.74
HSL 72.73º 0.33% 0.2% -
HSV(B) 72.73º 0.49% 0.26% -
XYZ 4.16 5.09 2.28 -
YUV 61.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 60 67 34 0.10 0 0.49 0.74 72.73 0.33 0.2
Hex 3C 43 22 A 0 31 4A 49 21 14
Octal 74 103 42 12 0 61 112 111 41 24
Binary 111100 1000011 100010 1010 0 110001 1001010 1001001 100001 10100

Color Harmonies of #3C4322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4322

Black with #3C4322

Text Example


Text Example

White with #3C4322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,67,34); }

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

background-color css

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

 a { background-color: rgb(60,67,34); }

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

border-color css

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

 span { border-color: rgb(60,67,34); }

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