#343608

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

Shades of Turtle Green #343608

Tints of Turtle Green #343608

Color information

#343608 (or 0x343608) is unknown color: approx Turtle Green. HEX triplet: 34, 36 and 08. RGB value is (52,54,8). Sum of RGB (Red+Green+Blue) = 52+54+8=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 54 - color contains mainly: green. Hex color #343608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343608 is #CBC9F7. Grayscale: #303030. Windows color (decimal): -13355512 or 538164. OLE color: 538164.

HSL color Cylindrical-coordinate representation of color #343608: hue angle of 62.61º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #343608 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB52548-
CMYK0.0400.850.79
HSL62.61º74.19%12.16%-
HSV(B)62.61º85.19%21.18%-
XYZ2.783.390.74-
YUV48.16105.34130.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 54 (21.48% from 255) = 47.37%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=45.61%
G=47.37%
B=7.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal525480.0400.850.7962.6174.1912.16
Hex3436840554F3f4ac
Octal646610401251177711214
Binary110100110110100010001010101100111111111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343608; }

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

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

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

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

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

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

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

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