Html Css Color HEX #01643A Jewel

📋 copy color: '#01643A'

red 1 ◦ green 100 ◦ blue 58

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

Shades of Jewel #01643A

Tints of Jewel #01643A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 62.89%

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

R = 0.63%
G = 62.89%
B = 36.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#01643A (or 0x01643A) is known color: Jewel. HEX triplet: 01, 64 and 3A. RGB value is (1,100,58). Sum of RGB (Red+Green+Blue) = 1+100+58=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #01643A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01643A is #FE9BC5. Grayscale: #414141. Windows color (decimal): -16686022 or 3826689. OLE color: 3826689.

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

Color convert

RGB 1 100 58 -
CMYK 0.99 0 0.42 0.61
HSL 154.55º 0.98% 0.2% -
HSV(B) 154.55º 0.99% 0.39% -
XYZ 5.33 9.43 5.54 -
YUV 65.61 123.7 81.92 -
System Red Green Blue C M Y K H S L
Decimal 1 100 58 0.99 0 0.42 0.61 154.55 0.98 0.2
Hex 1 64 3A 63 0 2A 3D 9B 62 14
Octal 1 144 72 143 0 52 75 233 142 24
Binary 1 1100100 111010 1100011 0 101010 111101 10011011 1100010 10100

Color Harmonies of #01643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01643A

Black with #01643A

Text Example


Text Example

White with #01643A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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