#05352A

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

Shades of Dark Green #05352A

Tints of Dark Green #05352A

Color information

#05352A (or 0x05352A) is unknown color: approx Dark Green. HEX triplet: 05, 35 and 2A. RGB value is (5,53,42). Sum of RGB (Red+Green+Blue) = 5+53+42=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #05352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05352A is #FACAD5. Grayscale: #252525. Windows color (decimal): -16435926 or 2766085. OLE color: 2766085.

HSL color Cylindrical-coordinate representation of color #05352A: hue angle of 166.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 #05352A is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB55342-
CMYK0.9100.210.79
HSL166.25º82.76%11.37%-
HSV(B)166.25º90.57%20.78%-
XYZ1.752.752.63-
YUV37.39130.6104.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 53 (21.09% from 255) = 53%
BLUE value IS 42 (16.80% from 255) = 42%
R=5%
G=53%
B=42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553420.9100.210.79166.2582.7611.37
Hex5352A5B0154Fa653b
Octal5655213302511724612313
Binary101110101101010101101101010110011111010011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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