#3D450B

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

Shades of Turtle Green #3D450B

Tints of Turtle Green #3D450B

Color information

#3D450B (or 0x3D450B) is unknown color: approx Turtle Green. HEX triplet: 3D, 45 and 0B. RGB value is (61,69,11). Sum of RGB (Red+Green+Blue) = 61+69+11=141 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.26% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #3D450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D450B is #C2BAF4. Grayscale: #3C3C3C. Windows color (decimal): -12761845 or 738621. OLE color: 738621.

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

Color convert

RGB616911-
CMYK0.1200.840.73
HSL68.28º72.5%15.69%-
HSV(B)68.28º84.06%27.06%-
XYZ4.115.271.12-
YUV60100.35128.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 43.26%
GREEN value IS 69 (27.34% from 255) = 48.94%
BLUE value IS 11 (4.69% from 255) = 7.80%
R=43.26%
G=48.94%
B=7.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6169110.1200.840.7368.2872.515.69
Hex3D45BC05449444810
Octal751051314012411110411020
Binary1111011000101101111000101010010010011000100100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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