Html Css Color HEX #01603B Jewel

📋 copy color: '#01603B'

red 1 ◦ green 96 ◦ blue 59

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

Shades of Jewel #01603B

Tints of Jewel #01603B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 61.54%

 BLUE value IS 59 (23.44% from 255) = 37.82%

R = 0.64%
G = 61.54%
B = 37.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#01603B (or 0x01603B) is known color: Jewel. HEX triplet: 01, 60 and 3B. RGB value is (1,96,59). Sum of RGB (Red+Green+Blue) = 1+96+59=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 96 (37.89% from 255 or 61.54% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 96 - color contains mainly: green. Hex color #01603B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01603B is #FE9FC4. Grayscale: #3F3F3F. Windows color (decimal): -16687045 or 3891201. OLE color: 3891201.

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

Color convert

RGB 1 96 59 -
CMYK 0.99 0 0.39 0.62
HSL 156.63º 0.98% 0.19% -
HSV(B) 156.63º 0.99% 0.38% -
XYZ 4.98 8.69 5.55 -
YUV 63.38 125.53 83.51 -
System Red Green Blue C M Y K H S L
Decimal 1 96 59 0.99 0 0.39 0.62 156.63 0.98 0.19
Hex 1 60 3B 63 0 27 3E 9D 62 13
Octal 1 140 73 143 0 47 76 235 142 23
Binary 1 1100000 111011 1100011 0 100111 111110 10011101 1100010 10011

Color Harmonies of #01603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01603B

Black with #01603B

Text Example


Text Example

White with #01603B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01603B; }

 p { color: rgb(1,96,59); }

 H1.HeaderClassName
 {
   color: #01603B;
 }
 .AnyTagClassName
 {
   color: #01603B;
 }
</style>

background-color css

<style>
 a { background-color: #01603B; }

 a { background-color: rgb(1,96,59); }

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

border-color css

<style>
 span { border-color: #01603B; }

 span { border-color: rgb(1,96,59); }

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