Html Css Color HEX #01623A Jewel

📋 copy color: '#01623A'

red 1 ◦ green 98 ◦ blue 58

#01623A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #01623A

Tints of Jewel #01623A

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 value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#01623A (or 0x01623A) is known color: 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

RGB 1 98 58 -
CMYK 0.99 0 0.41 0.62
HSL 155.26º 0.98% 0.19% -
HSV(B) 155.26º 0.99% 0.38% -
XYZ 5.14 9.05 5.48 -
YUV 64.44 124.36 82.75 -
System Red Green Blue C M Y K H S L
Decimal 1 98 58 0.99 0 0.41 0.62 155.26 0.98 0.19
Hex 1 62 3A 63 0 29 3E 9B 62 13
Octal 1 142 72 143 0 51 76 233 142 23
Binary 1 1100010 111010 1100011 0 101001 111110 10011011 1100010 10011

Color Harmonies of #01623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01623A

Black with #01623A

Text Example


Text Example

White with #01623A

Text Example


Text Example

HTML Codes & Css Web 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>