Html Css Color HEX #01661B Crusoe

📋 copy color: '#01661B'

red 1 ◦ green 102 ◦ blue 27

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

Shades of Crusoe #01661B

Tints of Crusoe #01661B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.77%

R = 0.77%
G = 78.46%
B = 20.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#01661B (or 0x01661B) is known color: Crusoe. HEX triplet: 01, 66 and 1B. RGB value is (1,102,27). Sum of RGB (Red+Green+Blue) = 1+102+27=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 102 (40.23% from 255 or 78.46% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 102 - color contains mainly: green. Hex color #01661B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01661B is #FE99E4. Grayscale: #3F3F3F. Windows color (decimal): -16685541 or 1795585. OLE color: 1795585.

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

Color convert

RGB 1 102 27 -
CMYK 0.99 0 0.74 0.6
HSL 135.45º 0.98% 0.2% -
HSV(B) 135.45º 0.99% 0.4% -
XYZ 4.96 9.59 2.63 -
YUV 63.25 107.54 83.6 -
System Red Green Blue C M Y K H S L
Decimal 1 102 27 0.99 0 0.74 0.6 135.45 0.98 0.2
Hex 1 66 1B 63 0 4A 3C 87 62 14
Octal 1 146 33 143 0 112 74 207 142 24
Binary 1 1100110 11011 1100011 0 1001010 111100 10000111 1100010 10100

Color Harmonies of #01661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01661B

Black with #01661B

Text Example


Text Example

White with #01661B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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