Html Css Color HEX #01650D Green

📋 copy color: '#01650D'

red 1 ◦ green 101 ◦ blue 13

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

Shades of Green #01650D

Tints of Green #01650D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.3%

R = 0.87%
G = 87.83%
B = 11.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#01650D (or 0x01650D) is known color: Green. HEX triplet: 01, 65 and 0D. RGB value is (1,101,13). Sum of RGB (Red+Green+Blue) = 1+101+13=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 101 (39.84% from 255 or 87.83% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 101 - color contains mainly: green. Hex color #01650D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01650D is #FE9AF2. Grayscale: #3D3D3D. Windows color (decimal): -16685811 or 877825. OLE color: 877825.

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

Color convert

RGB 1 101 13 -
CMYK 0.99 0 0.87 0.60
HSL 127.2º 0.98% 0.2% -
HSV(B) 127.2º 0.99% 0.4% -
XYZ 4.74 9.34 1.93 -
YUV 61.07 100.87 85.16 -
System Red Green Blue C M Y K H S L
Decimal 1 101 13 0.99 0 0.87 0.60 127.2 0.98 0.2
Hex 1 65 D 63 0 57 3C 7F 62 14
Octal 1 145 15 143 0 127 74 177 142 24
Binary 1 1100101 1101 1100011 0 1010111 111100 1111111 1100010 10100

Color Harmonies of #01650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01650D

Black with #01650D

Text Example


Text Example

White with #01650D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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