#34401E

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

Shades of Turtle Green #34401E

Tints of Turtle Green #34401E

Color information

#34401E (or 0x34401E) is unknown color: approx Turtle Green. HEX triplet: 34, 40 and 1E. RGB value is (52,64,30). Sum of RGB (Red+Green+Blue) = 52+64+30=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #34401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34401E is #CBBFE1. Grayscale: #383838. Windows color (decimal): -13352930 or 1982516. OLE color: 1982516.

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

Color convert

RGB526430-
CMYK0.1900.530.75
HSL81.18º36.17%18.43%-
HSV(B)81.18º53.12%25.1%-
XYZ3.484.491.91-
YUV56.54113.02124.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=35.62%
G=43.84%
B=20.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264300.1900.530.7581.1836.1718.43
Hex34401E130354B512412
Octal6410036230651131214422
Binary1101001000000111101001101101011001011101000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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