#3C481F

Color #3C481F Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #3C481F

Tints of Turtle Green #3C481F

Color information

#3C481F (or 0x3C481F) is unknown color: approx Turtle Green. HEX triplet: 3C, 48 and 1F. RGB value is (60,72,31). Sum of RGB (Red+Green+Blue) = 60+72+31=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #3C481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C481F is #C3B7E0. Grayscale: #3F3F3F. Windows color (decimal): -12826593 or 2050108. OLE color: 2050108.

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

Color convert

RGB607231-
CMYK0.1700.570.72
HSL77.56º39.81%20.2%-
HSV(B)77.56º56.94%28.24%-
XYZ4.435.692.16-
YUV63.74109.52125.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.81%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=36.81%
G=44.17%
B=19.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6072310.1700.570.7277.5639.8120.2
Hex3C481F11039484e2814
Octal7411037210711101165024
Binary1111001001000111111000101110011001000100111010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,72,31); }

 H1.HeaderClassName
 {
   color: #3C481F;
 }
 .AnyTagClassName
 {
   color: #3C481F;
 }
</style>
background-color css

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

 a { background-color: rgb(60,72,31); }

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

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

 span { border-color: rgb(60,72,31); }

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