#354B0B

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

Shades of Turtle Green #354B0B

Tints of Turtle Green #354B0B

Color information

#354B0B (or 0x354B0B) is unknown color: approx Turtle Green. HEX triplet: 35, 4B and 0B. RGB value is (53,75,11). Sum of RGB (Red+Green+Blue) = 53+75+11=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #354B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354B0B is #CAB4F4. Grayscale: #3D3D3D. Windows color (decimal): -13284597 or 740149. OLE color: 740149.

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

Color convert

RGB537511-
CMYK0.2900.850.71
HSL80.62º74.42%16.86%-
HSV(B)80.62º85.33%29.41%-
XYZ4.045.811.23-
YUV61.1399.71122.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 75 (29.69% from 255) = 53.96%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=38.13%
G=53.96%
B=7.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375110.2900.850.7180.6274.4216.86
Hex354BB1D05547514a11
Octal651131335012510712111221
Binary11010110010111011111010101010110001111010001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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