#3A431B

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

Shades of Turtle Green #3A431B

Tints of Turtle Green #3A431B

Color information

#3A431B (or 0x3A431B) is unknown color: approx Turtle Green. HEX triplet: 3A, 43 and 1B. RGB value is (58,67,27). Sum of RGB (Red+Green+Blue) = 58+67+27=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #3A431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A431B is #C5BCE4. Grayscale: #3B3B3B. Windows color (decimal): -12958949 or 1786682. OLE color: 1786682.

HSL color Cylindrical-coordinate representation of color #3A431B: hue angle of 73.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A431B is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB586727-
CMYK0.1300.600.74
HSL73.5º42.55%18.43%-
HSV(B)73.5º59.7%26.27%-
XYZ3.954.991.79-
YUV59.75109.52126.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 67 (26.56% from 255) = 44.08%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=38.16%
G=44.08%
B=17.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5867270.1300.600.7473.542.5518.43
Hex3A431BD03C4A4a2b12
Octal7210333150741121125322
Binary111010100001111011110101111001001010100101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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