#354102

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

Shades of Turtle Green #354102

Tints of Turtle Green #354102

Color information

#354102 (or 0x354102) is unknown color: approx Turtle Green. HEX triplet: 35, 41 and 02. RGB value is (53,65,2). Sum of RGB (Red+Green+Blue) = 53+65+2=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #354102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354102 is #CABEFD. Grayscale: #363636. Windows color (decimal): -13287166 or 147765. OLE color: 147765.

HSL color Cylindrical-coordinate representation of color #354102: hue angle of 71.43º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #354102 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB53652-
CMYK0.1800.970.75
HSL71.43º94.03%13.14%-
HSV(B)71.43º96.92%25.49%-
XYZ3.374.540.76-
YUV54.2398.52127.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=44.17%
G=54.17%
B=1.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal536520.1800.970.7571.4394.0313.14
Hex35412120614B475ed
Octal65101222014111310713615
Binary11010110000011010010011000011001011100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354102; }

 p { color: rgb(53,65,2); }

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

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

 a { background-color: rgb(53,65,2); }

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

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

 span { border-color: rgb(53,65,2); }

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