#343500

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

Shades of Turtle Green #343500

Tints of Turtle Green #343500

Color information

#343500 (or 0x343500) is unknown color: approx Turtle Green. HEX triplet: 34, 35 and 00. RGB value is (52,53,0). Sum of RGB (Red+Green+Blue) = 52+53+0=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #343500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343500 is #CBCAFF. Grayscale: #2E2E2E. Windows color (decimal): -13355776 or 13620. OLE color: 13620.

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

Color convert

RGB52530-
CMYK0.02010.79
HSL61.13º100%10.39%-
HSV(B)61.13º100%20.78%-
XYZ2.693.280.49-
YUV46.66101.67131.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 53 (21.09% from 255) = 50.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.52%
G=50.48%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal525300.02010.7961.1310010.39
Hex3435020644F3d64a
Octal64650201441177514412
Binary11010011010101001100100100111111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343500; }

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

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

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

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

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

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

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

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