#3D4521

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

Shades of Turtle Green #3D4521

Tints of Turtle Green #3D4521

Color information

#3D4521 (or 0x3D4521) is unknown color: approx Turtle Green. HEX triplet: 3D, 45 and 21. RGB value is (61,69,33). Sum of RGB (Red+Green+Blue) = 61+69+33=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4521 is #C2BADE. Grayscale: #3E3E3E. Windows color (decimal): -12761823 or 2180413. OLE color: 2180413.

HSL color Cylindrical-coordinate representation of color #3D4521: hue angle of 73.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D4521 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB616933-
CMYK0.1200.520.73
HSL73.33º35.29%20%-
HSV(B)73.33º52.17%27.06%-
XYZ4.335.362.25-
YUV62.5111.35126.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.42%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=37.42%
G=42.33%
B=20.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6169330.1200.520.7373.3335.2920
Hex3D4521C03449492314
Octal7510541140641111114324
Binary1111011000101100001110001101001001001100100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,69,33); }

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

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

 a { background-color: rgb(61,69,33); }

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

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

 span { border-color: rgb(61,69,33); }

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