#3D450A

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

Shades of Turtle Green #3D450A

Tints of Turtle Green #3D450A

Color information

#3D450A (or 0x3D450A) is unknown color: approx Turtle Green. HEX triplet: 3D, 45 and 0A. RGB value is (61,69,10). Sum of RGB (Red+Green+Blue) = 61+69+10=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #3D450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D450A is #C2BAF5. Grayscale: #3C3C3C. Windows color (decimal): -12761846 or 673085. OLE color: 673085.

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

Color convert

RGB616910-
CMYK0.1200.860.73
HSL68.14º74.68%15.49%-
HSV(B)68.14º85.51%27.06%-
XYZ4.115.271.09-
YUV59.8899.85128.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 43.57%
GREEN value IS 69 (27.34% from 255) = 49.29%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=43.57%
G=49.29%
B=7.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6169100.1200.860.7368.1474.6815.49
Hex3D45AC05649444bf
Octal751051214012611110411317
Binary111101100010110101100010101101001001100010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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