#353E00

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

Shades of Turtle Green #353E00

Tints of Turtle Green #353E00

Color information

#353E00 (or 0x353E00) is unknown color: approx Turtle Green. HEX triplet: 35, 3E and 00. RGB value is (53,62,0). Sum of RGB (Red+Green+Blue) = 53+62+0=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 62 (24.61% from 255 or 53.91% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 62 - color contains mainly: green. Hex color #353E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E00 is #CAC1FF. Grayscale: #343434. Windows color (decimal): -13287936 or 15925. OLE color: 15925.

HSL color Cylindrical-coordinate representation of color #353E00: hue angle of 68.71º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #353E00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB53620-
CMYK0.15010.76
HSL68.71º100%12.16%-
HSV(B)68.71º100%24.31%-
XYZ3.194.20.64-
YUV52.2498.52128.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 62 (24.61% from 255) = 53.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.09%
G=53.91%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal536200.15010.7668.7110012.16
Hex353E0F0644C4564c
Octal6576017014411410514414
Binary11010111111001111011001001001100100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353E00; }

 p { color: rgb(53,62,0); }

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

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

 a { background-color: rgb(53,62,0); }

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

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

 span { border-color: rgb(53,62,0); }

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