Html Css Color HEX #01753D Jewel

📋 copy color: '#01753D'

red 1 ◦ green 117 ◦ blue 61

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

Shades of Jewel #01753D

Tints of Jewel #01753D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 65.36%

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

R = 0.56%
G = 65.36%
B = 34.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#01753D (or 0x01753D) is known color: Jewel. HEX triplet: 01, 75 and 3D. RGB value is (1,117,61). Sum of RGB (Red+Green+Blue) = 1+117+61=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 117 (46.09% from 255 or 65.36% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 117 - color contains mainly: green. Hex color #01753D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01753D is #FE8AC2. Grayscale: #4C4C4C. Windows color (decimal): -16681667 or 4027649. OLE color: 4027649.

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

Color convert

RGB 1 117 61 -
CMYK 0.99 0 0.48 0.54
HSL 151.03º 0.98% 0.23% -
HSV(B) 151.03º 0.99% 0.46% -
XYZ 7.22 13.07 6.56 -
YUV 75.93 119.57 74.55 -
System Red Green Blue C M Y K H S L
Decimal 1 117 61 0.99 0 0.48 0.54 151.03 0.98 0.23
Hex 1 75 3D 63 0 30 36 97 62 17
Octal 1 165 75 143 0 60 66 227 142 27
Binary 1 1110101 111101 1100011 0 110000 110110 10010111 1100010 10111

Color Harmonies of #01753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01753D

Black with #01753D

Text Example


Text Example

White with #01753D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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