#3D4309

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

Shades of Turtle Green #3D4309

Tints of Turtle Green #3D4309

Color information

#3D4309 (or 0x3D4309) is unknown color: approx Turtle Green. HEX triplet: 3D, 43 and 09. RGB value is (61,67,9). Sum of RGB (Red+Green+Blue) = 61+67+9=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #3D4309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4309 is #C2BCF6. Grayscale: #3A3A3A. Windows color (decimal): -12762359 or 607037. OLE color: 607037.

HSL color Cylindrical-coordinate representation of color #3D4309: hue angle of 66.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D4309 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.74.

Color convert

RGB61679-
CMYK0.0900.870.74
HSL66.21º76.32%14.9%-
HSV(B)66.21º86.57%26.27%-
XYZ3.985.031.02-
YUV58.59100.01129.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.53%
GREEN value IS 67 (26.56% from 255) = 48.91%
BLUE value IS 9 (3.91% from 255) = 6.57%
R=44.53%
G=48.91%
B=6.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal616790.0900.870.7466.2176.3214.9
Hex3D43990574A424cf
Octal751031111012711210211417
Binary111101100001110011001010101111001010100001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,67,9); }

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

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

 a { background-color: rgb(61,67,9); }

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

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

 span { border-color: rgb(61,67,9); }

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