#343808

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

Shades of Turtle Green #343808

Tints of Turtle Green #343808

Color information

#343808 (or 0x343808) is unknown color: approx Turtle Green. HEX triplet: 34, 38 and 08. RGB value is (52,56,8). Sum of RGB (Red+Green+Blue) = 52+56+8=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #343808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343808 is #CBC7F7. Grayscale: #313131. Windows color (decimal): -13355000 or 538676. OLE color: 538676.

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

Color convert

RGB52568-
CMYK0.0700.860.78
HSL65º75%12.55%-
HSV(B)65º85.71%21.96%-
XYZ2.873.580.77-
YUV49.33104.67129.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 56 (22.27% from 255) = 48.28%
BLUE value IS 8 (3.52% from 255) = 6.90%
R=44.83%
G=48.28%
B=6.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal525680.0700.860.78657512.55
Hex3438870564E414bd
Octal6470107012611610111315
Binary1101001110001000111010101101001110100000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343808; }

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

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

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

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

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

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

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

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