#354319

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

Shades of Turtle Green #354319

Tints of Turtle Green #354319

Color information

#354319 (or 0x354319) is unknown color: approx Turtle Green. HEX triplet: 35, 43 and 19. RGB value is (53,67,25). Sum of RGB (Red+Green+Blue) = 53+67+25=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #354319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354319 is #CABCE6. Grayscale: #3A3A3A. Windows color (decimal): -13286631 or 1655605. OLE color: 1655605.

HSL color Cylindrical-coordinate representation of color #354319: hue angle of 80º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #354319 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB536725-
CMYK0.2100.630.74
HSL80º45.65%18.04%-
HSV(B)80º62.69%26.27%-
XYZ3.654.841.66-
YUV58.03109.36124.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=36.55%
G=46.21%
B=17.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5367250.2100.630.748045.6518.04
Hex3543191503F4A502e12
Octal6510331250771121205622
Binary1101011000011110011010101111111001010101000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354319; }

 p { color: rgb(53,67,25); }

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

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

 a { background-color: rgb(53,67,25); }

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

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

 span { border-color: rgb(53,67,25); }

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