#353914

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

Shades of Turtle Green #353914

Tints of Turtle Green #353914

Color information

#353914 (or 0x353914) is unknown color: approx Turtle Green. HEX triplet: 35, 39 and 14. RGB value is (53,57,20). Sum of RGB (Red+Green+Blue) = 53+57+20=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #353914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353914 is #CAC6EB. Grayscale: #333333. Windows color (decimal): -13289196 or 1325365. OLE color: 1325365.

HSL color Cylindrical-coordinate representation of color #353914: hue angle of 66.49º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353914 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB535720-
CMYK0.0700.650.78
HSL66.49º48.05%15.1%-
HSV(B)66.49º64.91%22.35%-
XYZ3.063.731.22-
YUV51.59110.17129.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.77%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=40.77%
G=43.85%
B=15.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5357200.0700.650.7866.4948.0515.1
Hex35391470414E4230f
Octal657124701011161026017
Binary1101011110011010011101000001100111010000101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353914; }

 p { color: rgb(53,57,20); }

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

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

 a { background-color: rgb(53,57,20); }

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

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

 span { border-color: rgb(53,57,20); }

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