#34411E

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

Shades of Turtle Green #34411E

Tints of Turtle Green #34411E

Color information

#34411E (or 0x34411E) is unknown color: approx Turtle Green. HEX triplet: 34, 41 and 1E. RGB value is (52,65,30). Sum of RGB (Red+Green+Blue) = 52+65+30=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #34411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34411E is #CBBEE1. Grayscale: #393939. Windows color (decimal): -13352674 or 1982772. OLE color: 1982772.

HSL color Cylindrical-coordinate representation of color #34411E: hue angle of 82.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34411E is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB526530-
CMYK0.2000.540.75
HSL82.29º36.84%18.63%-
HSV(B)82.29º53.85%25.49%-
XYZ3.544.61.93-
YUV57.12112.69124.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=35.37%
G=44.22%
B=20.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5265300.2000.540.7582.2936.8418.63
Hex34411E140364B522513
Octal6410136240661131224523
Binary1101001000001111101010001101101001011101001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34411E; }

 p { color: rgb(52,65,30); }

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

<style>
 a { background-color: #34411E; }

 a { background-color: rgb(52,65,30); }

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

<style>
 span { border-color: #34411E; }

 span { border-color: rgb(52,65,30); }

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