Html Css Color HEX #01661D Crusoe

📋 copy color: '#01661D'

red 1 ◦ green 102 ◦ blue 29

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

Shades of Crusoe #01661D

Tints of Crusoe #01661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 77.27%

 BLUE value IS 29 (11.72% from 255) = 21.97%

R = 0.76%
G = 77.27%
B = 21.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#01661D (or 0x01661D) is known color: Crusoe. HEX triplet: 01, 66 and 1D. RGB value is (1,102,29). Sum of RGB (Red+Green+Blue) = 1+102+29=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 102 (40.23% from 255 or 77.27% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 102 - color contains mainly: green. Hex color #01661D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01661D is #FE99E2. Grayscale: #3F3F3F. Windows color (decimal): -16685539 or 1926657. OLE color: 1926657.

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

Color convert

RGB 1 102 29 -
CMYK 0.99 0 0.72 0.6
HSL 136.63º 0.98% 0.2% -
HSV(B) 136.63º 0.99% 0.4% -
XYZ 4.99 9.6 2.75 -
YUV 63.48 108.54 83.44 -
System Red Green Blue C M Y K H S L
Decimal 1 102 29 0.99 0 0.72 0.6 136.63 0.98 0.2
Hex 1 66 1D 63 0 48 3C 89 62 14
Octal 1 146 35 143 0 110 74 211 142 24
Binary 1 1100110 11101 1100011 0 1001000 111100 10001001 1100010 10100

Color Harmonies of #01661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01661D

Black with #01661D

Text Example


Text Example

White with #01661D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,102,29); }

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

background-color css

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

 a { background-color: rgb(1,102,29); }

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

border-color css

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

 span { border-color: rgb(1,102,29); }

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