Html Css Color HEX #01653C Jewel

📋 copy color: '#01653C'

red 1 ◦ green 101 ◦ blue 60

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

Shades of Jewel #01653C

Tints of Jewel #01653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 62.35%

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

R = 0.62%
G = 62.35%
B = 37.04%

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

#01653C (or 0x01653C) is known color: Jewel. HEX triplet: 01, 65 and 3C. RGB value is (1,101,60). Sum of RGB (Red+Green+Blue) = 1+101+60=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 101 (39.84% from 255 or 62.35% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 101 - color contains mainly: green. Hex color #01653C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01653C is #FE9AC3. Grayscale: #424242. Windows color (decimal): -16685764 or 3958017. OLE color: 3958017.

HSL color Cylindrical-coordinate representation of color #01653C: hue angle of 155.4º 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 #01653C is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 101 60 -
CMYK 0.99 0 0.41 0.60
HSL 155.4º 0.98% 0.2% -
HSV(B) 155.4º 0.99% 0.4% -
XYZ 5.48 9.64 5.85 -
YUV 66.43 124.37 81.33 -
System Red Green Blue C M Y K H S L
Decimal 1 101 60 0.99 0 0.41 0.60 155.4 0.98 0.2
Hex 1 65 3C 63 0 29 3C 9B 62 14
Octal 1 145 74 143 0 51 74 233 142 24
Binary 1 1100101 111100 1100011 0 101001 111100 10011011 1100010 10100

Color Harmonies of #01653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01653C

Black with #01653C

Text Example


Text Example

White with #01653C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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