Html Css Color HEX #01683A Jewel

📋 copy color: '#01683A'

red 1 ◦ green 104 ◦ blue 58

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

Shades of Jewel #01683A

Tints of Jewel #01683A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.58%

R = 0.61%
G = 63.8%
B = 35.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#01683A (or 0x01683A) is known color: Jewel. HEX triplet: 01, 68 and 3A. RGB value is (1,104,58). Sum of RGB (Red+Green+Blue) = 1+104+58=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #01683A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01683A is #FE97C5. Grayscale: #444444. Windows color (decimal): -16684998 or 3827713. OLE color: 3827713.

HSL color Cylindrical-coordinate representation of color #01683A: hue angle of 153.2º 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 #01683A is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 58 -
CMYK 0.99 0 0.44 0.59
HSL 153.2º 0.98% 0.21% -
HSV(B) 153.2º 0.99% 0.41% -
XYZ 5.73 10.21 5.67 -
YUV 67.96 122.38 80.24 -
System Red Green Blue C M Y K H S L
Decimal 1 104 58 0.99 0 0.44 0.59 153.2 0.98 0.21
Hex 1 68 3A 63 0 2C 3B 99 62 15
Octal 1 150 72 143 0 54 73 231 142 25
Binary 1 1101000 111010 1100011 0 101100 111011 10011001 1100010 10101

Color Harmonies of #01683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01683A

Black with #01683A

Text Example


Text Example

White with #01683A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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