#343509

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

Shades of Turtle Green #343509

Tints of Turtle Green #343509

Color information

#343509 (or 0x343509) is unknown color: approx Turtle Green. HEX triplet: 34, 35 and 09. RGB value is (52,53,9). Sum of RGB (Red+Green+Blue) = 52+53+9=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 53 - color contains mainly: green. Hex color #343509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343509 is #CBCAF6. Grayscale: #2F2F2F. Windows color (decimal): -13355767 or 603444. OLE color: 603444.

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

Color convert

RGB52539-
CMYK0.0200.830.79
HSL61.36º70.97%12.16%-
HSV(B)61.36º83.02%20.78%-
XYZ2.743.30.75-
YUV47.68106.17131.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 53 (21.09% from 255) = 46.49%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=45.61%
G=46.49%
B=7.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal525390.0200.830.7961.3670.9712.16
Hex3435920534F3d47c
Octal646511201231177510714
Binary11010011010110011001010011100111111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343509; }

 p { color: rgb(52,53,9); }

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

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

 a { background-color: rgb(52,53,9); }

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

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

 span { border-color: rgb(52,53,9); }

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