#3B450A

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

Shades of Turtle Green #3B450A

Tints of Turtle Green #3B450A

Color information

#3B450A (or 0x3B450A) is unknown color: approx Turtle Green. HEX triplet: 3B, 45 and 0A. RGB value is (59,69,10). Sum of RGB (Red+Green+Blue) = 59+69+10=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #3B450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B450A is #C4BAF5. Grayscale: #3B3B3B. Windows color (decimal): -12892918 or 673083. OLE color: 673083.

HSL color Cylindrical-coordinate representation of color #3B450A: hue angle of 70.17º 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 #3B450A is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB596910-
CMYK0.1400.860.73
HSL70.17º74.68%15.49%-
HSV(B)70.17º85.51%27.06%-
XYZ3.995.211.08-
YUV59.28100.19127.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 69 (27.34% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=42.75%
G=50%
B=7.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5969100.1400.860.7370.1774.6815.49
Hex3B45AE05649464bf
Octal731051216012611110611317
Binary111011100010110101110010101101001001100011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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