#343602

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

Shades of Turtle Green #343602

Tints of Turtle Green #343602

Color information

#343602 (or 0x343602) is unknown color: approx Turtle Green. HEX triplet: 34, 36 and 02. RGB value is (52,54,2). Sum of RGB (Red+Green+Blue) = 52+54+2=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #343602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343602 is #CBC9FD. Grayscale: #2F2F2F. Windows color (decimal): -13355518 or 144948. OLE color: 144948.

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

Color convert

RGB52542-
CMYK0.0400.960.79
HSL62.31º92.86%10.98%-
HSV(B)62.31º96.3%21.18%-
XYZ2.753.370.56-
YUV47.47102.34131.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 54 (21.48% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=48.15%
G=50%
B=1.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal525420.0400.960.7962.3192.8610.98
Hex3436240604F3e5db
Octal64662401401177613513
Binary1101001101101010001100000100111111111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343602; }

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

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

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

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

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

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

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

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