Html Css Color HEX #01623D Jewel

📋 copy color: '#01623D'

red 1 ◦ green 98 ◦ blue 61

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

Shades of Jewel #01623D

Tints of Jewel #01623D

RGB

 RED value IS 1 (0.78% from 255) = 0.63%

 GREEN value IS 98 (38.67% from 255) = 61.25%

 BLUE value IS 61 (24.22% from 255) = 38.13%

R = 0.63%
G = 61.25%
B = 38.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#01623D (or 0x01623D) is known color: Jewel. HEX triplet: 01, 62 and 3D. RGB value is (1,98,61). Sum of RGB (Red+Green+Blue) = 1+98+61=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #01623D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01623D is #FE9DC2. Grayscale: #404040. Windows color (decimal): -16686531 or 4022785. OLE color: 4022785.

HSL color Cylindrical-coordinate representation of color #01623D: hue angle of 157.11º 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 #01623D is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 61 -
CMYK 0.99 0 0.38 0.62
HSL 157.11º 0.98% 0.19% -
HSV(B) 157.11º 0.99% 0.38% -
XYZ 5.22 9.08 5.89 -
YUV 64.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 1 98 61 0.99 0 0.38 0.62 157.11 0.98 0.19
Hex 1 62 3D 63 0 26 3E 9D 62 13
Octal 1 142 75 143 0 46 76 235 142 23
Binary 1 1100010 111101 1100011 0 100110 111110 10011101 1100010 10011

Color Harmonies of #01623D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01623D

Black with #01623D

Text Example


Text Example

White with #01623D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01623D;
 }
 .AnyTagClassName
 {
   color: #01623D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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