#35471A

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

Shades of Turtle Green #35471A

Tints of Turtle Green #35471A

Color information

#35471A (or 0x35471A) is unknown color: approx Turtle Green. HEX triplet: 35, 47 and 1A. RGB value is (53,71,26). Sum of RGB (Red+Green+Blue) = 53+71+26=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #35471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35471A is #CAB8E5. Grayscale: #3C3C3C. Windows color (decimal): -13285606 or 1722165. OLE color: 1722165.

HSL color Cylindrical-coordinate representation of color #35471A: hue angle of 84º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35471A is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB537126-
CMYK0.2500.630.72
HSL84º46.39%19.02%-
HSV(B)84º63.38%27.84%-
XYZ3.915.341.8-
YUV60.49108.54122.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=35.33%
G=47.33%
B=17.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371260.2500.630.728446.3919.02
Hex35471A1903F48542e13
Octal6510732310771101245623
Binary1101011000111110101100101111111001000101010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35471A; }

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

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

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

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

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

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

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

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