#3A4820

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

Shades of Turtle Green #3A4820

Tints of Turtle Green #3A4820

Color information

#3A4820 (or 0x3A4820) is unknown color: approx Turtle Green. HEX triplet: 3A, 48 and 20. RGB value is (58,72,32). Sum of RGB (Red+Green+Blue) = 58+72+32=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4820 is #C5B7DF. Grayscale: #3F3F3F. Windows color (decimal): -12957664 or 2115642. OLE color: 2115642.

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

Color convert

RGB587232-
CMYK0.1900.560.72
HSL81º38.46%20.39%-
HSV(B)81º55.56%28.24%-
XYZ4.325.642.23-
YUV63.25110.36124.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.80%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=35.80%
G=44.44%
B=19.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5872320.1900.560.728138.4620.39
Hex3A48201303848512614
Octal7211040230701101214624
Binary11101010010001000001001101110001001000101000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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