Html Css Color HEX #01713C Jewel

📋 copy color: '#01713C'

red 1 ◦ green 113 ◦ blue 60

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

Shades of Jewel #01713C

Tints of Jewel #01713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 64.94%

 BLUE value IS 60 (23.83% from 255) = 34.48%

R = 0.57%
G = 64.94%
B = 34.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#01713C (or 0x01713C) is known color: Jewel. HEX triplet: 01, 71 and 3C. RGB value is (1,113,60). Sum of RGB (Red+Green+Blue) = 1+113+60=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 113 (44.53% from 255 or 64.94% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 113 - color contains mainly: green. Hex color #01713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01713C is #FE8EC3. Grayscale: #494949. Windows color (decimal): -16682692 or 3961089. OLE color: 3961089.

HSL color Cylindrical-coordinate representation of color #01713C: hue angle of 151.61º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01713C is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 113 60 -
CMYK 0.99 0 0.47 0.56
HSL 151.61º 0.98% 0.22% -
HSV(B) 151.61º 0.99% 0.44% -
XYZ 6.73 12.14 6.26 -
YUV 73.47 120.39 76.31 -
System Red Green Blue C M Y K H S L
Decimal 1 113 60 0.99 0 0.47 0.56 151.61 0.98 0.22
Hex 1 71 3C 63 0 2F 38 98 62 16
Octal 1 161 74 143 0 57 70 230 142 26
Binary 1 1110001 111100 1100011 0 101111 111000 10011000 1100010 10110

Color Harmonies of #01713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01713C

Black with #01713C

Text Example


Text Example

White with #01713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01713C; }

 p { color: rgb(1,113,60); }

 H1.HeaderClassName
 {
   color: #01713C;
 }
 .AnyTagClassName
 {
   color: #01713C;
 }
</style>

background-color css

<style>
 a { background-color: #01713C; }

 a { background-color: rgb(1,113,60); }

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

border-color css

<style>
 span { border-color: #01713C; }

 span { border-color: rgb(1,113,60); }

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