#038538

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

Shades of Dark Spring Green #038538

Tints of Dark Spring Green #038538

Color information

#038538 (or 0x038538) is unknown color: approx Dark Spring Green. HEX triplet: 03, 85 and 38. RGB value is (3,133,56). Sum of RGB (Red+Green+Blue) = 3+133+56=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #038538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038538 is #FC7AC7. Grayscale: #555555. Windows color (decimal): -16546504 or 3704067. OLE color: 3704067.

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

Color convert

RGB313356-
CMYK0.9800.580.48
HSL144.46º95.59%26.67%-
HSV(B)144.46º97.74%52.16%-
XYZ9.1417.086.56-
YUV85.35111.4369.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 133 (52.34% from 255) = 69.27%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=1.56%
G=69.27%
B=29.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3133560.9800.580.48144.4695.5926.67
Hex385386203A3090601b
Octal3205701420726022014033
Binary11100001011110001100010011101011000010010000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038538; }

 p { color: rgb(3,133,56); }

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

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

 a { background-color: rgb(3,133,56); }

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

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

 span { border-color: rgb(3,133,56); }

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