#343801

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

Shades of Turtle Green #343801

Tints of Turtle Green #343801

Color information

#343801 (or 0x343801) is unknown color: approx Turtle Green. HEX triplet: 34, 38 and 01. RGB value is (52,56,1). Sum of RGB (Red+Green+Blue) = 52+56+1=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #343801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343801 is #CBC7FE. Grayscale: #303030. Windows color (decimal): -13355007 or 79924. OLE color: 79924.

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

Color convert

RGB52561-
CMYK0.0700.980.78
HSL64.36º96.49%11.18%-
HSV(B)64.36º98.21%21.96%-
XYZ2.843.560.57-
YUV48.53101.17130.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.71%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=47.71%
G=51.38%
B=0.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal525610.0700.980.7864.3696.4911.18
Hex3438170624E4060b
Octal647017014211610014013
Binary1101001110001111011000101001110100000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343801; }

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

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

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

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

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

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

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

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