#344208

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

Shades of Turtle Green #344208

Tints of Turtle Green #344208

Color information

#344208 (or 0x344208) is unknown color: approx Turtle Green. HEX triplet: 34, 42 and 08. RGB value is (52,66,8). Sum of RGB (Red+Green+Blue) = 52+66+8=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #344208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344208 is #CBBDF7. Grayscale: #373737. Windows color (decimal): -13352440 or 541236. OLE color: 541236.

HSL color Cylindrical-coordinate representation of color #344208: hue angle of 74.48º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #344208 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB52668-
CMYK0.2100.880.74
HSL74.48º78.38%14.51%-
HSV(B)74.48º87.88%25.88%-
XYZ3.414.640.95-
YUV55.2101.36125.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 66 (26.17% from 255) = 52.38%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=41.27%
G=52.38%
B=6.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal526680.2100.880.7474.4878.3814.51
Hex34428150584A4a4ef
Octal641021025013011211211617
Binary1101001000010100010101010110001001010100101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344208; }

 p { color: rgb(52,66,8); }

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

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

 a { background-color: rgb(52,66,8); }

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

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

 span { border-color: rgb(52,66,8); }

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