#3C491A

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

Shades of Turtle Green #3C491A

Tints of Turtle Green #3C491A

Color information

#3C491A (or 0x3C491A) is unknown color: approx Turtle Green. HEX triplet: 3C, 49 and 1A. RGB value is (60,73,26). Sum of RGB (Red+Green+Blue) = 60+73+26=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #3C491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C491A is #C3B6E5. Grayscale: #3F3F3F. Windows color (decimal): -12826342 or 1722684. OLE color: 1722684.

HSL color Cylindrical-coordinate representation of color #3C491A: hue angle of 76.6º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C491A is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB607326-
CMYK0.1800.640.71
HSL76.6º47.47%19.41%-
HSV(B)76.6º64.38%28.63%-
XYZ4.435.81.86-
YUV63.76106.69125.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.74%
GREEN value IS 73 (28.91% from 255) = 45.91%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=37.74%
G=45.91%
B=16.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6073260.1800.640.7176.647.4719.41
Hex3C491A12040474d2f13
Octal74111322201001071155723
Binary11110010010011101010010010000001000111100110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,73,26); }

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

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

 a { background-color: rgb(60,73,26); }

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

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

 span { border-color: rgb(60,73,26); }

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