#005304

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

Shades of Green #005304

Tints of Green #005304

Color information

#005304 (or 0x005304) is unknown color: approx Green. HEX triplet: 00, 53 and 04. RGB value is (0,83,4). Sum of RGB (Red+Green+Blue) = 0+83+4=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 83 (32.81% from 255 or 95.40% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 83 - color contains mainly: green. Hex color #005304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005304 is #FFACFB. Grayscale: #313131. Windows color (decimal): -16755964 or 283392. OLE color: 283392.

HSL color Cylindrical-coordinate representation of color #005304: hue angle of 122.89º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005304 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB0834-
CMYK100.950.67
HSL122.89º100%16.27%-
HSV(B)122.89º100%32.55%-
XYZ3.126.21.15-
YUV49.18102.592.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 95.40%
BLUE value IS 4 (1.95% from 255) = 4.60%
R=0%
G=95.40%
B=4.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0834100.950.67122.8910016.27
Hex05346405F437b6410
Octal01234144013710317314420
Binary0101001110011001000101111110000111111011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005304; }

 p { color: rgb(0,83,4); }

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

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

 a { background-color: rgb(0,83,4); }

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

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

 span { border-color: rgb(0,83,4); }

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