Html Css Color HEX #01673D Jewel

📋 copy color: '#01673D'

red 1 ◦ green 103 ◦ blue 61

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

Shades of Jewel #01673D

Tints of Jewel #01673D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 62.42%

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

R = 0.61%
G = 62.42%
B = 36.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#01673D (or 0x01673D) is known color: Jewel. HEX triplet: 01, 67 and 3D. RGB value is (1,103,61). Sum of RGB (Red+Green+Blue) = 1+103+61=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 103 (40.62% from 255 or 62.42% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 103 - color contains mainly: green. Hex color #01673D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01673D is #FE98C2. Grayscale: #434343. Windows color (decimal): -16685251 or 4024065. OLE color: 4024065.

HSL color Cylindrical-coordinate representation of color #01673D: hue angle of 155.29º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01673D is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 103 61 -
CMYK 0.99 0 0.41 0.60
HSL 155.29º 0.98% 0.2% -
HSV(B) 155.29º 0.99% 0.4% -
XYZ 5.71 10.04 6.05 -
YUV 67.71 124.21 80.42 -
System Red Green Blue C M Y K H S L
Decimal 1 103 61 0.99 0 0.41 0.60 155.29 0.98 0.2
Hex 1 67 3D 63 0 29 3C 9B 62 14
Octal 1 147 75 143 0 51 74 233 142 24
Binary 1 1100111 111101 1100011 0 101001 111100 10011011 1100010 10100

Color Harmonies of #01673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01673D

Black with #01673D

Text Example


Text Example

White with #01673D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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