#343805

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

Shades of Turtle Green #343805

Tints of Turtle Green #343805

Color information

#343805 (or 0x343805) is unknown color: approx Turtle Green. HEX triplet: 34, 38 and 05. RGB value is (52,56,5). Sum of RGB (Red+Green+Blue) = 52+56+5=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #343805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343805 is #CBC7FA. Grayscale: #313131. Windows color (decimal): -13355003 or 342068. OLE color: 342068.

HSL color Cylindrical-coordinate representation of color #343805: hue angle of 64.71º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #343805 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB52565-
CMYK0.0700.910.78
HSL64.71º83.61%11.96%-
HSV(B)64.71º91.07%21.96%-
XYZ2.863.570.68-
YUV48.99103.17130.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=46.02%
G=49.56%
B=4.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal525650.0700.910.7864.7183.6111.96
Hex34385705B4E4154c
Octal647057013311610112414
Binary110100111000101111010110111001110100000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343805; }

 p { color: rgb(52,56,5); }

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

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

 a { background-color: rgb(52,56,5); }

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

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

 span { border-color: rgb(52,56,5); }

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