#354021

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

Shades of Turtle Green #354021

Tints of Turtle Green #354021

Color information

#354021 (or 0x354021) is unknown color: approx Turtle Green. HEX triplet: 35, 40 and 21. RGB value is (53,64,33). Sum of RGB (Red+Green+Blue) = 53+64+33=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #354021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354021 is #CABFDE. Grayscale: #393939. Windows color (decimal): -13287391 or 2179125. OLE color: 2179125.

HSL color Cylindrical-coordinate representation of color #354021: hue angle of 81.29º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354021 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB536433-
CMYK0.1700.480.75
HSL81.29º31.96%19.02%-
HSV(B)81.29º48.44%25.1%-
XYZ3.584.532.13-
YUV57.18114.36125.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 33 (13.28% from 255) = 22%
R=35.33%
G=42.67%
B=22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364330.1700.480.7581.2931.9619.02
Hex354021110304B512013
Octal6510041210601131214023
Binary11010110000001000011000101100001001011101000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354021; }

 p { color: rgb(53,64,33); }

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

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

 a { background-color: rgb(53,64,33); }

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

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

 span { border-color: rgb(53,64,33); }

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