Html Css Color HEX #01653D Jewel

📋 copy color: '#01653D'

red 1 ◦ green 101 ◦ blue 61

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

Shades of Jewel #01653D

Tints of Jewel #01653D

RGB

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

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

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

R = 0.61%
G = 61.96%
B = 37.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#01653D (or 0x01653D) is known color: Jewel. HEX triplet: 01, 65 and 3D. RGB value is (1,101,61). Sum of RGB (Red+Green+Blue) = 1+101+61=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #01653D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01653D is #FE9AC2. Grayscale: #424242. Windows color (decimal): -16685763 or 4023553. OLE color: 4023553.

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

Color convert

RGB 1 101 61 -
CMYK 0.99 0 0.40 0.60
HSL 156º 0.98% 0.2% -
HSV(B) 156º 0.99% 0.4% -
XYZ 5.51 9.65 5.99 -
YUV 66.54 124.87 81.25 -
System Red Green Blue C M Y K H S L
Decimal 1 101 61 0.99 0 0.40 0.60 156 0.98 0.2
Hex 1 65 3D 63 0 28 3C 9C 62 14
Octal 1 145 75 143 0 50 74 234 142 24
Binary 1 1100101 111101 1100011 0 101000 111100 10011100 1100010 10100

Color Harmonies of #01653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01653D

Black with #01653D

Text Example


Text Example

White with #01653D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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