Html Css Color HEX #01651C Crusoe

📋 copy color: '#01651C'

red 1 ◦ green 101 ◦ blue 28

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

Shades of Crusoe #01651C

Tints of Crusoe #01651C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.54%

R = 0.77%
G = 77.69%
B = 21.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#01651C (or 0x01651C) is known color: Crusoe. HEX triplet: 01, 65 and 1C. RGB value is (1,101,28). Sum of RGB (Red+Green+Blue) = 1+101+28=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 101 (39.84% from 255 or 77.69% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 101 - color contains mainly: green. Hex color #01651C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01651C is #FE9AE3. Grayscale: #3E3E3E. Windows color (decimal): -16685796 or 1860865. OLE color: 1860865.

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

Color convert

RGB 1 101 28 -
CMYK 0.99 0 0.72 0.60
HSL 136.2º 0.98% 0.2% -
HSV(B) 136.2º 0.99% 0.4% -
XYZ 4.88 9.4 2.66 -
YUV 62.78 108.37 83.94 -
System Red Green Blue C M Y K H S L
Decimal 1 101 28 0.99 0 0.72 0.60 136.2 0.98 0.2
Hex 1 65 1C 63 0 48 3C 88 62 14
Octal 1 145 34 143 0 110 74 210 142 24
Binary 1 1100101 11100 1100011 0 1001000 111100 10001000 1100010 10100

Color Harmonies of #01651C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01651C

Black with #01651C

Text Example


Text Example

White with #01651C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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