#01623A

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

Shades of Jewel #01623A

Tints of Jewel #01623A

Color information

#01623A (or 0x01623A) is unknown color: approx Jewel. HEX triplet: 01, 62 and 3A. RGB value is (1,98,58). Sum of RGB (Red+Green+Blue) = 1+98+58=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #01623A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01623A is #FE9DC5. Grayscale: #404040. Windows color (decimal): -16686534 or 3826177. OLE color: 3826177.

HSL color Cylindrical-coordinate representation of color #01623A: hue angle of 155.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01623A is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB19858-
CMYK0.9900.410.62
HSL155.26º97.98%19.41%-
HSV(B)155.26º98.98%38.43%-
XYZ5.149.055.48-
YUV64.44124.3682.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 98 (38.67% from 255) = 62.42%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=0.64%
G=62.42%
B=36.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal198580.9900.410.62155.2697.9819.41
Hex1623A630293E9b6213
Octal1142721430517623314223
Binary111000101110101100011010100111111010011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01623A; }

 p { color: rgb(1,98,58); }

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

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

 a { background-color: rgb(1,98,58); }

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

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

 span { border-color: rgb(1,98,58); }

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