#35381E

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

Shades of Turtle Green #35381E

Tints of Turtle Green #35381E

Color information

#35381E (or 0x35381E) is unknown color: approx Turtle Green. HEX triplet: 35, 38 and 1E. RGB value is (53,56,30). Sum of RGB (Red+Green+Blue) = 53+56+30=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 56 - color contains mainly: green. Hex color #35381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35381E is #CAC7E1. Grayscale: #343434. Windows color (decimal): -13289442 or 1980469. OLE color: 1980469.

HSL color Cylindrical-coordinate representation of color #35381E: hue angle of 66.92º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35381E is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB535630-
CMYK0.0500.460.78
HSL66.92º30.23%16.86%-
HSV(B)66.92º46.43%21.96%-
XYZ3.123.681.77-
YUV52.14115.51128.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 56 (22.27% from 255) = 40.29%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=38.13%
G=40.29%
B=21.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5356300.0500.460.7866.9230.2316.86
Hex35381E502E4E431e11
Octal65703650561161033621
Binary110101111000111101010101110100111010000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35381E; }

 p { color: rgb(53,56,30); }

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

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

 a { background-color: rgb(53,56,30); }

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

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

 span { border-color: rgb(53,56,30); }

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