#354B03

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

Shades of Turtle Green #354B03

Tints of Turtle Green #354B03

Color information

#354B03 (or 0x354B03) is unknown color: approx Turtle Green. HEX triplet: 35, 4B and 03. RGB value is (53,75,3). Sum of RGB (Red+Green+Blue) = 53+75+3=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #354B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354B03 is #CAB4FC. Grayscale: #3C3C3C. Windows color (decimal): -13284605 or 215861. OLE color: 215861.

HSL color Cylindrical-coordinate representation of color #354B03: hue angle of 78.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #354B03 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB53753-
CMYK0.2900.960.71
HSL78.33º92.31%15.29%-
HSV(B)78.33º96%29.41%-
XYZ45.80.99-
YUV60.2195.71122.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 75 (29.69% from 255) = 57.25%
BLUE value IS 3 (1.56% from 255) = 2.29%
R=40.46%
G=57.25%
B=2.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal537530.2900.960.7178.3392.3115.29
Hex354B31D060474e5cf
Octal65113335014010711613417
Binary11010110010111111101011000001000111100111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354B03; }

 p { color: rgb(53,75,3); }

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

<style>
 a { background-color: #354B03; }

 a { background-color: rgb(53,75,3); }

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

<style>
 span { border-color: #354B03; }

 span { border-color: rgb(53,75,3); }

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