#34441B

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

Shades of Turtle Green #34441B

Tints of Turtle Green #34441B

Color information

#34441B (or 0x34441B) is unknown color: approx Turtle Green. HEX triplet: 34, 44 and 1B. RGB value is (52,68,27). Sum of RGB (Red+Green+Blue) = 52+68+27=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #34441B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34441B is #CBBBE4. Grayscale: #3A3A3A. Windows color (decimal): -13351909 or 1786932. OLE color: 1786932.

HSL color Cylindrical-coordinate representation of color #34441B: hue angle of 83.41º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34441B is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB526827-
CMYK0.2400.600.73
HSL83.41º43.16%18.63%-
HSV(B)83.41º60.29%26.67%-
XYZ3.684.941.8-
YUV58.54110.2123.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 68 (26.95% from 255) = 46.26%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=35.37%
G=46.26%
B=18.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5268270.2400.600.7383.4143.1618.63
Hex34441B1803C49532b13
Octal6410433300741111235323
Binary1101001000100110111100001111001001001101001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34441B; }

 p { color: rgb(52,68,27); }

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

<style>
 a { background-color: #34441B; }

 a { background-color: rgb(52,68,27); }

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

<style>
 span { border-color: #34441B; }

 span { border-color: rgb(52,68,27); }

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