Html Css Color HEX #01633C Jewel

📋 copy color: '#01633C'

red 1 ◦ green 99 ◦ blue 60

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

Shades of Jewel #01633C

Tints of Jewel #01633C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 61.88%

 BLUE value IS 60 (23.83% from 255) = 37.5%

R = 0.63%
G = 61.88%
B = 37.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#01633C (or 0x01633C) is known color: Jewel. HEX triplet: 01, 63 and 3C. RGB value is (1,99,60). Sum of RGB (Red+Green+Blue) = 1+99+60=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 99 (39.06% from 255 or 61.88% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 99 - color contains mainly: green. Hex color #01633C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01633C is #FE9CC3. Grayscale: #414141. Windows color (decimal): -16686276 or 3957505. OLE color: 3957505.

HSL color Cylindrical-coordinate representation of color #01633C: hue angle of 156.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01633C is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 99 60 -
CMYK 0.99 0 0.39 0.61
HSL 156.12º 0.98% 0.2% -
HSV(B) 156.12º 0.99% 0.39% -
XYZ 5.29 9.26 5.78 -
YUV 65.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 1 99 60 0.99 0 0.39 0.61 156.12 0.98 0.2
Hex 1 63 3C 63 0 27 3D 9C 62 14
Octal 1 143 74 143 0 47 75 234 142 24
Binary 1 1100011 111100 1100011 0 100111 111101 10011100 1100010 10100

Color Harmonies of #01633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01633C

Black with #01633C

Text Example


Text Example

White with #01633C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01633C;
 }
 .AnyTagClassName
 {
   color: #01633C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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