#354701

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

Shades of Turtle Green #354701

Tints of Turtle Green #354701

Color information

#354701 (or 0x354701) is unknown color: approx Turtle Green. HEX triplet: 35, 47 and 01. RGB value is (53,71,1). Sum of RGB (Red+Green+Blue) = 53+71+1=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #354701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354701 is #CAB8FE. Grayscale: #393939. Windows color (decimal): -13285631 or 83765. OLE color: 83765.

HSL color Cylindrical-coordinate representation of color #354701: hue angle of 75.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #354701 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB53711-
CMYK0.2500.990.72
HSL75.43º97.22%14.12%-
HSV(B)75.43º98.59%27.84%-
XYZ3.735.270.85-
YUV57.6496.04124.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 71 (28.12% from 255) = 56.8%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=42.4%
G=56.8%
B=0.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal537110.2500.990.7275.4397.2214.12
Hex3547119063484b61e
Octal65107131014311011314116
Binary1101011000111111001011000111001000100101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354701; }

 p { color: rgb(53,71,1); }

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

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

 a { background-color: rgb(53,71,1); }

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

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

 span { border-color: rgb(53,71,1); }

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