#05352E

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

Shades of Dark Green #05352E

Tints of Dark Green #05352E

Color information

#05352E (or 0x05352E) is unknown color: approx Dark Green. HEX triplet: 05, 35 and 2E. RGB value is (5,53,46). Sum of RGB (Red+Green+Blue) = 5+53+46=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #05352E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05352E is #FACAD1. Grayscale: #252525. Windows color (decimal): -16435922 or 3028229. OLE color: 3028229.

HSL color Cylindrical-coordinate representation of color #05352E: hue angle of 171.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05352E is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB55346-
CMYK0.9100.130.79
HSL171.25º82.76%11.37%-
HSV(B)171.25º90.57%20.78%-
XYZ1.832.783.02-
YUV37.85132.6104.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 53 (21.09% from 255) = 50.96%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=4.81%
G=50.96%
B=44.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553460.9100.130.79171.2582.7611.37
Hex5352E5B0D4Fab53b
Octal5655613301511725312313
Binary10111010110111010110110110110011111010101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05352E; }

 p { color: rgb(5,53,46); }

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

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

 a { background-color: rgb(5,53,46); }

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

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

 span { border-color: rgb(5,53,46); }

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