Html Css Color HEX #3C471E Turtle Green

📋 copy color: '#3C471E'

red 60 ◦ green 71 ◦ blue 30

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

Shades of Turtle Green #3C471E

Tints of Turtle Green #3C471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.1%

 BLUE value IS 30 (12.11% from 255) = 18.63%

R = 37.27%
G = 44.1%
B = 18.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#3C471E (or 0x3C471E) is known color: Turtle Green. HEX triplet: 3C, 47 and 1E. RGB value is (60,71,30). Sum of RGB (Red+Green+Blue) = 60+71+30=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #3C471E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C471E is #C3B8E1. Grayscale: #3F3F3F. Windows color (decimal): -12826850 or 1984316. OLE color: 1984316.

HSL color Cylindrical-coordinate representation of color #3C471E: hue angle of 76.1º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C471E is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 71 30 -
CMYK 0.15 0 0.58 0.72
HSL 76.1º 0.41% 0.2% -
HSV(B) 76.1º 0.58% 0.28% -
XYZ 4.35 5.56 2.07 -
YUV 63.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 60 71 30 0.15 0 0.58 0.72 76.1 0.41 0.2
Hex 3C 47 1E F 0 3A 48 4C 29 14
Octal 74 107 36 17 0 72 110 114 51 24
Binary 111100 1000111 11110 1111 0 111010 1001000 1001100 101001 10100

Color Harmonies of #3C471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C471E

Black with #3C471E

Text Example


Text Example

White with #3C471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,71,30); }

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

background-color css

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

 a { background-color: rgb(60,71,30); }

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

border-color css

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

 span { border-color: rgb(60,71,30); }

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