#3A480F

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

Shades of Turtle Green #3A480F

Tints of Turtle Green #3A480F

Color information

#3A480F (or 0x3A480F) is unknown color: approx Turtle Green. HEX triplet: 3A, 48 and 0F. RGB value is (58,72,15). Sum of RGB (Red+Green+Blue) = 58+72+15=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #3A480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A480F is #C5B7F0. Grayscale: #3D3D3D. Windows color (decimal): -12957681 or 1001530. OLE color: 1001530.

HSL color Cylindrical-coordinate representation of color #3A480F: hue angle of 74.74º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A480F is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB587215-
CMYK0.1900.790.72
HSL74.74º65.52%17.06%-
HSV(B)74.74º79.17%28.24%-
XYZ4.155.571.31-
YUV61.32101.86125.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 49.66%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=40%
G=49.66%
B=10.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5872150.1900.790.7274.7465.5217.06
Hex3A48F1304F484b4211
Octal721101723011711011310221
Binary11101010010001111100110100111110010001001011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,72,15); }

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

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

 a { background-color: rgb(58,72,15); }

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

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

 span { border-color: rgb(58,72,15); }

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