#038432

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

Shades of Dark Spring Green #038432

Tints of Dark Spring Green #038432

Color information

#038432 (or 0x038432) is unknown color: approx Dark Spring Green. HEX triplet: 03, 84 and 32. RGB value is (3,132,50). Sum of RGB (Red+Green+Blue) = 3+132+50=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 132 (51.95% from 255 or 71.35% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 132 - color contains mainly: green. Hex color #038432 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038432 is #FC7BCD. Grayscale: #545454. Windows color (decimal): -16546766 or 3310595. OLE color: 3310595.

HSL color Cylindrical-coordinate representation of color #038432: hue angle of 141.86º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038432 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB313250-
CMYK0.9800.620.48
HSL141.86º95.56%26.47%-
HSV(B)141.86º97.73%51.76%-
XYZ8.8616.755.78-
YUV84.08108.7670.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.62%
GREEN value IS 132 (51.95% from 255) = 71.35%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=1.62%
G=71.35%
B=27.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3132500.9800.620.48141.8695.5626.47
Hex384326203E308e601a
Octal3204621420766021614032
Binary11100001001100101100010011111011000010001110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038432; }

 p { color: rgb(3,132,50); }

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

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

 a { background-color: rgb(3,132,50); }

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

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

 span { border-color: rgb(3,132,50); }

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