#35381D

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

Shades of Turtle Green #35381D

Tints of Turtle Green #35381D

Color information

#35381D (or 0x35381D) is unknown color: approx Turtle Green. HEX triplet: 35, 38 and 1D. RGB value is (53,56,29). Sum of RGB (Red+Green+Blue) = 53+56+29=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #35381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35381D is #CAC7E2. Grayscale: #343434. Windows color (decimal): -13289443 or 1914933. OLE color: 1914933.

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

Color convert

RGB535629-
CMYK0.0500.480.78
HSL66.67º31.76%16.67%-
HSV(B)66.67º48.21%21.96%-
XYZ3.13.671.71-
YUV52.02115.01128.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=38.41%
G=40.58%
B=21.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5356290.0500.480.7866.6731.7616.67
Hex35381D50304E432011
Octal65703550601161034021
Binary1101011110001110110101100001001110100001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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