#05351C

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

Shades of Dark Green #05351C

Tints of Dark Green #05351C

Color information

#05351C (or 0x05351C) is unknown color: approx Dark Green. HEX triplet: 05, 35 and 1C. RGB value is (5,53,28). Sum of RGB (Red+Green+Blue) = 5+53+28=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #05351C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05351C is #FACAE3. Grayscale: #232323. Windows color (decimal): -16435940 or 1848581. OLE color: 1848581.

HSL color Cylindrical-coordinate representation of color #05351C: hue angle of 148.75º 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 #05351C is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB55328-
CMYK0.9100.470.79
HSL148.75º82.76%11.37%-
HSV(B)148.75º90.57%20.78%-
XYZ1.552.661.53-
YUV35.8123.6106.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 53 (21.09% from 255) = 61.63%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=5.81%
G=61.63%
B=32.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553280.9100.470.79148.7582.7611.37
Hex5351C5B02F4F9553b
Octal5653413305711722512313
Binary101110101111001011011010111110011111001010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05351C; }

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

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

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

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

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

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

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

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