#3B451A

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

Shades of Turtle Green #3B451A

Tints of Turtle Green #3B451A

Color information

#3B451A (or 0x3B451A) is unknown color: approx Turtle Green. HEX triplet: 3B, 45 and 1A. RGB value is (59,69,26). Sum of RGB (Red+Green+Blue) = 59+69+26=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #3B451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B451A is #C4BAE5. Grayscale: #3D3D3D. Windows color (decimal): -12892902 or 1721659. OLE color: 1721659.

HSL color Cylindrical-coordinate representation of color #3B451A: hue angle of 73.95º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B451A is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB596926-
CMYK0.1400.620.73
HSL73.95º45.26%18.63%-
HSV(B)73.95º62.32%27.06%-
XYZ4.125.261.78-
YUV61.11108.19126.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.31%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=38.31%
G=44.81%
B=16.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5969260.1400.620.7373.9545.2618.63
Hex3B451AE03E494a2d13
Octal7310532160761111125523
Binary111011100010111010111001111101001001100101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,69,26); }

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

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

 a { background-color: rgb(59,69,26); }

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

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

 span { border-color: rgb(59,69,26); }

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