#353B02

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

Shades of Turtle Green #353B02

Tints of Turtle Green #353B02

Color information

#353B02 (or 0x353B02) is unknown color: approx Turtle Green. HEX triplet: 35, 3B and 02. RGB value is (53,59,2). Sum of RGB (Red+Green+Blue) = 53+59+2=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #353B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353B02 is #CAC4FD. Grayscale: #323232. Windows color (decimal): -13288702 or 146229. OLE color: 146229.

HSL color Cylindrical-coordinate representation of color #353B02: hue angle of 66.32º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #353B02 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB53592-
CMYK0.1000.970.77
HSL66.32º93.44%11.96%-
HSV(B)66.32º96.61%23.14%-
XYZ3.043.890.65-
YUV50.71100.51129.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 59 (23.44% from 255) = 51.75%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=46.49%
G=51.75%
B=1.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal535920.1000.970.7766.3293.4411.96
Hex353B2A0614D425dc
Octal6573212014111510213514
Binary110101111011101010011000011001101100001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,59,2); }

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

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

 a { background-color: rgb(53,59,2); }

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

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

 span { border-color: rgb(53,59,2); }

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