#354800

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

Shades of Turtle Green #354800

Tints of Turtle Green #354800

Color information

#354800 (or 0x354800) is unknown color: approx Turtle Green. HEX triplet: 35, 48 and 00. RGB value is (53,72,0). Sum of RGB (Red+Green+Blue) = 53+72+0=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #354800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354800 is #CAB7FF. Grayscale: #3A3A3A. Windows color (decimal): -13285376 or 18485. OLE color: 18485.

HSL color Cylindrical-coordinate representation of color #354800: hue angle of 75.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #354800 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB53720-
CMYK0.26010.72
HSL75.83º100%14.12%-
HSV(B)75.83º100%28.24%-
XYZ3.795.390.84-
YUV58.1195.21124.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 72 (28.52% from 255) = 57.6%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.4%
G=57.6%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal537200.26010.7275.8310014.12
Hex354801A064484c64e
Octal65110032014411011414416
Binary1101011001000011010011001001001000100110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354800; }

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

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

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

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

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

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

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

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