Html Css Color HEX #3C470D Turtle Green

📋 copy color: '#3C470D'

red 60 ◦ green 71 ◦ blue 13

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

Shades of Turtle Green #3C470D

Tints of Turtle Green #3C470D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 41.67%
G = 49.31%
B = 9.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#3C470D (or 0x3C470D) is known color: Turtle Green. HEX triplet: 3C, 47 and 0D. RGB value is (60,71,13). Sum of RGB (Red+Green+Blue) = 60+71+13=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #3C470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C470D is #C3B8F2. Grayscale: #3D3D3D. Windows color (decimal): -12826867 or 870204. OLE color: 870204.

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

Color convert

RGB 60 71 13 -
CMYK 0.15 0 0.82 0.72
HSL 71.38º 0.69% 0.16% -
HSV(B) 71.38º 0.82% 0.28% -
XYZ 4.19 5.5 1.22 -
YUV 61.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 60 71 13 0.15 0 0.82 0.72 71.38 0.69 0.16
Hex 3C 47 D F 0 52 48 47 45 10
Octal 74 107 15 17 0 122 110 107 105 20
Binary 111100 1000111 1101 1111 0 1010010 1001000 1000111 1000101 10000

Color Harmonies of #3C470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C470D

Black with #3C470D

Text Example


Text Example

White with #3C470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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