Html Css Color HEX #3C421D Turtle Green

📋 copy color: '#3C421D'

red 60 ◦ green 66 ◦ blue 29

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

Shades of Turtle Green #3C421D

Tints of Turtle Green #3C421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.58%

 BLUE value IS 29 (11.72% from 255) = 18.71%

R = 38.71%
G = 42.58%
B = 18.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#3C421D (or 0x3C421D) is known color: Turtle Green. HEX triplet: 3C, 42 and 1D. RGB value is (60,66,29). Sum of RGB (Red+Green+Blue) = 60+66+29=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #3C421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C421D is #C3BDE2. Grayscale: #3C3C3C. Windows color (decimal): -12828131 or 1917500. OLE color: 1917500.

HSL color Cylindrical-coordinate representation of color #3C421D: hue angle of 69.73º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C421D is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 66 29 -
CMYK 0.09 0 0.56 0.74
HSL 69.73º 0.39% 0.19% -
HSV(B) 69.73º 0.56% 0.26% -
XYZ 4.03 4.95 1.9 -
YUV 59.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 60 66 29 0.09 0 0.56 0.74 69.73 0.39 0.19
Hex 3C 42 1D 9 0 38 4A 46 27 13
Octal 74 102 35 11 0 70 112 106 47 23
Binary 111100 1000010 11101 1001 0 111000 1001010 1000110 100111 10011

Color Harmonies of #3C421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C421D

Black with #3C421D

Text Example


Text Example

White with #3C421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,66,29); }

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

background-color css

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

 a { background-color: rgb(60,66,29); }

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

border-color css

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

 span { border-color: rgb(60,66,29); }

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