#34431A

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

Shades of Turtle Green #34431A

Tints of Turtle Green #34431A

Color information

#34431A (or 0x34431A) is unknown color: approx Turtle Green. HEX triplet: 34, 43 and 1A. RGB value is (52,67,26). Sum of RGB (Red+Green+Blue) = 52+67+26=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #34431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34431A is #CBBCE5. Grayscale: #393939. Windows color (decimal): -13352166 or 1721140. OLE color: 1721140.

HSL color Cylindrical-coordinate representation of color #34431A: hue angle of 81.95º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34431A is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB526726-
CMYK0.2200.610.74
HSL81.95º44.09%18.24%-
HSV(B)81.95º61.19%26.27%-
XYZ3.614.821.72-
YUV57.84110.03123.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=35.86%
G=46.21%
B=17.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5267260.2200.610.7481.9544.0918.24
Hex34431A1603D4A522c12
Octal6410332260751121225422
Binary1101001000011110101011001111011001010101001010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34431A; }

 p { color: rgb(52,67,26); }

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

<style>
 a { background-color: #34431A; }

 a { background-color: rgb(52,67,26); }

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

<style>
 span { border-color: #34431A; }

 span { border-color: rgb(52,67,26); }

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