#35451A

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

Shades of Turtle Green #35451A

Tints of Turtle Green #35451A

Color information

#35451A (or 0x35451A) is unknown color: approx Turtle Green. HEX triplet: 35, 45 and 1A. RGB value is (53,69,26). Sum of RGB (Red+Green+Blue) = 53+69+26=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #35451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35451A is #CABAE5. Grayscale: #3B3B3B. Windows color (decimal): -13286118 or 1721653. OLE color: 1721653.

HSL color Cylindrical-coordinate representation of color #35451A: hue angle of 82.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35451A is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB536926-
CMYK0.2300.620.73
HSL82.33º45.26%18.63%-
HSV(B)82.33º62.32%27.06%-
XYZ3.785.091.76-
YUV59.31109.2123.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=35.81%
G=46.62%
B=17.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369260.2300.620.7382.3345.2618.63
Hex35451A1703E49522d13
Octal6510532270761111225523
Binary1101011000101110101011101111101001001101001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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