Html Css Color HEX #3C461D Turtle Green

📋 copy color: '#3C461D'

red 60 ◦ green 70 ◦ blue 29

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

Shades of Turtle Green #3C461D

Tints of Turtle Green #3C461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.03%

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

R = 37.74%
G = 44.03%
B = 18.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#3C461D (or 0x3C461D) is known color: Turtle Green. HEX triplet: 3C, 46 and 1D. RGB value is (60,70,29). Sum of RGB (Red+Green+Blue) = 60+70+29=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #3C461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C461D is #C3B9E2. Grayscale: #3E3E3E. Windows color (decimal): -12827107 or 1918524. OLE color: 1918524.

HSL color Cylindrical-coordinate representation of color #3C461D: hue angle of 74.63º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C461D is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 70 29 -
CMYK 0.14 0 0.59 0.73
HSL 74.63º 0.41% 0.19% -
HSV(B) 74.63º 0.59% 0.27% -
XYZ 4.28 5.43 1.99 -
YUV 62.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 60 70 29 0.14 0 0.59 0.73 74.63 0.41 0.19
Hex 3C 46 1D E 0 3B 49 4B 29 13
Octal 74 106 35 16 0 73 111 113 51 23
Binary 111100 1000110 11101 1110 0 111011 1001001 1001011 101001 10011

Color Harmonies of #3C461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C461D

Black with #3C461D

Text Example


Text Example

White with #3C461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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