#353E07

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

Shades of Turtle Green #353E07

Tints of Turtle Green #353E07

Color information

#353E07 (or 0x353E07) is unknown color: approx Turtle Green. HEX triplet: 35, 3E and 07. RGB value is (53,62,7). Sum of RGB (Red+Green+Blue) = 53+62+7=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 62 (24.61% from 255 or 50.82% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 62 - color contains mainly: green. Hex color #353E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E07 is #CAC1F8. Grayscale: #353535. Windows color (decimal): -13287929 or 474677. OLE color: 474677.

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

Color convert

RGB53627-
CMYK0.1500.890.76
HSL69.82º79.71%13.53%-
HSV(B)69.82º88.71%24.31%-
XYZ3.234.220.84-
YUV53.04102.02127.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 62 (24.61% from 255) = 50.82%
BLUE value IS 7 (3.12% from 255) = 5.74%
R=43.44%
G=50.82%
B=5.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal536270.1500.890.7669.8279.7113.53
Hex353E7F0594C4650e
Octal6576717013111410612016
Binary1101011111101111111010110011001100100011010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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