#3D4508

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

Shades of Turtle Green #3D4508

Tints of Turtle Green #3D4508

Color information

#3D4508 (or 0x3D4508) is unknown color: approx Turtle Green. HEX triplet: 3D, 45 and 08. RGB value is (61,69,8). Sum of RGB (Red+Green+Blue) = 61+69+8=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4508 is #C2BAF7. Grayscale: #3B3B3B. Windows color (decimal): -12761848 or 542013. OLE color: 542013.

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

Color convert

RGB61698-
CMYK0.1200.880.73
HSL67.87º79.22%15.1%-
HSV(B)67.87º88.41%27.06%-
XYZ4.15.271.03-
YUV59.6598.85128.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.20%
GREEN value IS 69 (27.34% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=44.20%
G=50%
B=5.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal616980.1200.880.7367.8779.2215.1
Hex3D458C05849444ff
Octal751051014013011110411717
Binary111101100010110001100010110001001001100010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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