#01763C

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

Shades of Dark Spring Green #01763C

Tints of Dark Spring Green #01763C

Color information

#01763C (or 0x01763C) is unknown color: approx Dark Spring Green. HEX triplet: 01, 76 and 3C. RGB value is (1,118,60). Sum of RGB (Red+Green+Blue) = 1+118+60=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 118 (46.48% from 255 or 65.92% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 118 - color contains mainly: green. Hex color #01763C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01763C is #FE89C3. Grayscale: #4C4C4C. Windows color (decimal): -16681412 or 3962369. OLE color: 3962369.

HSL color Cylindrical-coordinate representation of color #01763C: hue angle of 150.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01763C is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB111860-
CMYK0.9900.490.54
HSL150.26º98.32%23.33%-
HSV(B)150.26º99.15%46.27%-
XYZ7.3113.296.46-
YUV76.4118.7474.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 118 (46.48% from 255) = 65.92%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=0.56%
G=65.92%
B=33.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1118600.9900.490.54150.2698.3223.33
Hex1763C6303136966217
Octal1166741430616622614227
Binary111101101111001100011011000111011010010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01763C; }

 p { color: rgb(1,118,60); }

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

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

 a { background-color: rgb(1,118,60); }

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

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

 span { border-color: rgb(1,118,60); }

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