Html Css Color HEX #01683B Jewel

📋 copy color: '#01683B'

red 1 ◦ green 104 ◦ blue 59

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

Shades of Jewel #01683B

Tints of Jewel #01683B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 63.41%

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

R = 0.61%
G = 63.41%
B = 35.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#01683B (or 0x01683B) is known color: Jewel. HEX triplet: 01, 68 and 3B. RGB value is (1,104,59). Sum of RGB (Red+Green+Blue) = 1+104+59=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 104 (41.02% from 255 or 63.41% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 104 - color contains mainly: green. Hex color #01683B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01683B is #FE97C4. Grayscale: #444444. Windows color (decimal): -16684997 or 3893249. OLE color: 3893249.

HSL color Cylindrical-coordinate representation of color #01683B: hue angle of 153.79º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01683B is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 59 -
CMYK 0.99 0 0.43 0.59
HSL 153.79º 0.98% 0.21% -
HSV(B) 153.79º 0.99% 0.41% -
XYZ 5.75 10.22 5.81 -
YUV 68.07 122.88 80.16 -
System Red Green Blue C M Y K H S L
Decimal 1 104 59 0.99 0 0.43 0.59 153.79 0.98 0.21
Hex 1 68 3B 63 0 2B 3B 9A 62 15
Octal 1 150 73 143 0 53 73 232 142 25
Binary 1 1101000 111011 1100011 0 101011 111011 10011010 1100010 10101

Color Harmonies of #01683B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01683B

Black with #01683B

Text Example


Text Example

White with #01683B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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