Html Css Color HEX #01743D Jewel

📋 copy color: '#01743D'

red 1 ◦ green 116 ◦ blue 61

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

Shades of Jewel #01743D

Tints of Jewel #01743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 65.17%

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 0.56%
G = 65.17%
B = 34.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#01743D (or 0x01743D) is known color: Jewel. HEX triplet: 01, 74 and 3D. RGB value is (1,116,61). Sum of RGB (Red+Green+Blue) = 1+116+61=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #01743D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01743D is #FE8BC2. Grayscale: #4B4B4B. Windows color (decimal): -16681923 or 4027393. OLE color: 4027393.

HSL color Cylindrical-coordinate representation of color #01743D: hue angle of 151.3º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01743D is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 116 61 -
CMYK 0.99 0 0.47 0.55
HSL 151.3º 0.98% 0.23% -
HSV(B) 151.3º 0.99% 0.45% -
XYZ 7.1 12.83 6.52 -
YUV 75.35 119.9 74.97 -
System Red Green Blue C M Y K H S L
Decimal 1 116 61 0.99 0 0.47 0.55 151.3 0.98 0.23
Hex 1 74 3D 63 0 2F 37 97 62 17
Octal 1 164 75 143 0 57 67 227 142 27
Binary 1 1110100 111101 1100011 0 101111 110111 10010111 1100010 10111

Color Harmonies of #01743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01743D

Black with #01743D

Text Example


Text Example

White with #01743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01743D; }

 p { color: rgb(1,116,61); }

 H1.HeaderClassName
 {
   color: #01743D;
 }
 .AnyTagClassName
 {
   color: #01743D;
 }
</style>

background-color css

<style>
 a { background-color: #01743D; }

 a { background-color: rgb(1,116,61); }

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

border-color css

<style>
 span { border-color: #01743D; }

 span { border-color: rgb(1,116,61); }

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