#042523

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

Shades of Dark Green #042523

Tints of Dark Green #042523

Color information

#042523 (or 0x042523) is unknown color: approx Dark Green. HEX triplet: 04, 25 and 23. RGB value is (4,37,35). Sum of RGB (Red+Green+Blue) = 4+37+35=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 35 (14.06% from 255 or 46.05% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #042523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042523 is #FBDADC. Grayscale: #1A1A1A. Windows color (decimal): -16505565 or 2303236. OLE color: 2303236.

HSL color Cylindrical-coordinate representation of color #042523: hue angle of 176.36º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042523 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB43735-
CMYK0.8900.050.85
HSL176.36º80.49%8.04%-
HSV(B)176.36º89.19%14.51%-
XYZ1.021.471.82-
YUV26.9132.57111.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.26%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 35 (14.06% from 255) = 46.05%
R=5.26%
G=48.68%
B=46.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal437350.8900.050.85176.3680.498.04
Hex42523590555b0508
Octal445431310512526012010
Binary1001001011000111011001010110101011011000010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042523; }

 p { color: rgb(4,37,35); }

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

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

 a { background-color: rgb(4,37,35); }

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

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

 span { border-color: rgb(4,37,35); }

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