#3A431C

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

Shades of Turtle Green #3A431C

Tints of Turtle Green #3A431C

Color information

#3A431C (or 0x3A431C) is unknown color: approx Turtle Green. HEX triplet: 3A, 43 and 1C. RGB value is (58,67,28). Sum of RGB (Red+Green+Blue) = 58+67+28=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #3A431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A431C is #C5BCE3. Grayscale: #3C3C3C. Windows color (decimal): -12958948 or 1852218. OLE color: 1852218.

HSL color Cylindrical-coordinate representation of color #3A431C: hue angle of 73.85º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A431C is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB586728-
CMYK0.1300.580.74
HSL73.85º41.05%18.63%-
HSV(B)73.85º58.21%26.27%-
XYZ3.9651.85-
YUV59.86110.02126.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.91%
GREEN value IS 67 (26.56% from 255) = 43.79%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=37.91%
G=43.79%
B=18.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5867280.1300.580.7473.8541.0518.63
Hex3A431CD03A4A4a2913
Octal7210334150721121125123
Binary111010100001111100110101110101001010100101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,67,28); }

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

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

 a { background-color: rgb(58,67,28); }

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

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

 span { border-color: rgb(58,67,28); }

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