#34401A

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

Shades of Turtle Green #34401A

Tints of Turtle Green #34401A

Color information

#34401A (or 0x34401A) is unknown color: approx Turtle Green. HEX triplet: 34, 40 and 1A. RGB value is (52,64,26). Sum of RGB (Red+Green+Blue) = 52+64+26=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #34401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34401A is #CBBFE5. Grayscale: #383838. Windows color (decimal): -13352934 or 1720372. OLE color: 1720372.

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

Color convert

RGB526426-
CMYK0.1900.590.75
HSL78.95º42.22%17.65%-
HSV(B)78.95º59.38%25.1%-
XYZ3.444.471.66-
YUV56.08111.02125.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 26 (10.55% from 255) = 18.31%
R=36.62%
G=45.07%
B=18.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264260.1900.590.7578.9542.2217.65
Hex34401A1303B4B4f2a12
Octal6410032230731131175222
Binary1101001000000110101001101110111001011100111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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