#343902

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

Shades of Turtle Green #343902

Tints of Turtle Green #343902

Color information

#343902 (or 0x343902) is unknown color: approx Turtle Green. HEX triplet: 34, 39 and 02. RGB value is (52,57,2). Sum of RGB (Red+Green+Blue) = 52+57+2=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #343902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343902 is #CBC6FD. Grayscale: #313131. Windows color (decimal): -13354750 or 145716. OLE color: 145716.

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

Color convert

RGB52572-
CMYK0.0900.960.78
HSL65.45º93.22%11.57%-
HSV(B)65.45º96.49%22.35%-
XYZ2.893.660.61-
YUV49.24101.34129.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 57 (22.66% from 255) = 51.35%
BLUE value IS 2 (1.17% from 255) = 1.80%
R=46.85%
G=51.35%
B=1.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal525720.0900.960.7865.4593.2211.57
Hex3439290604E415dc
Octal6471211014011610113514
Binary110100111001101001011000001001110100000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343902; }

 p { color: rgb(52,57,2); }

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

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

 a { background-color: rgb(52,57,2); }

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

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

 span { border-color: rgb(52,57,2); }

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