#3A4021

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

Shades of Turtle Green #3A4021

Tints of Turtle Green #3A4021

Color information

#3A4021 (or 0x3A4021) is unknown color: approx Turtle Green. HEX triplet: 3A, 40 and 21. RGB value is (58,64,33). Sum of RGB (Red+Green+Blue) = 58+64+33=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4021 is #C5BFDE. Grayscale: #3A3A3A. Windows color (decimal): -12959711 or 2179130. OLE color: 2179130.

HSL color Cylindrical-coordinate representation of color #3A4021: hue angle of 71.61º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A4021 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB586433-
CMYK0.0900.480.75
HSL71.61º31.96%19.02%-
HSV(B)71.61º48.44%25.1%-
XYZ3.854.682.14-
YUV58.67113.51127.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.42%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=37.42%
G=41.29%
B=21.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864330.0900.480.7571.6131.9619.02
Hex3A402190304B482013
Octal7210041110601131104023
Binary1110101000000100001100101100001001011100100010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,64,33); }

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

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

 a { background-color: rgb(58,64,33); }

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

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

 span { border-color: rgb(58,64,33); }

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