Html Css Color HEX #016626 Crusoe

📋 copy color: '#016626'

red 1 ◦ green 102 ◦ blue 38

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

Shades of Crusoe #016626

Tints of Crusoe #016626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.95%

R = 0.71%
G = 72.34%
B = 26.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#016626 (or 0x016626) is known color: Crusoe. HEX triplet: 01, 66 and 26. RGB value is (1,102,38). Sum of RGB (Red+Green+Blue) = 1+102+38=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 102 (40.23% from 255 or 72.34% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 102 - color contains mainly: green. Hex color #016626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016626 is #FE99D9. Grayscale: #404040. Windows color (decimal): -16685530 or 2516481. OLE color: 2516481.

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

Color convert

RGB 1 102 38 -
CMYK 0.99 0 0.63 0.6
HSL 141.98º 0.98% 0.2% -
HSV(B) 141.98º 0.99% 0.4% -
XYZ 5.11 9.65 3.43 -
YUV 64.51 113.04 82.7 -
System Red Green Blue C M Y K H S L
Decimal 1 102 38 0.99 0 0.63 0.6 141.98 0.98 0.2
Hex 1 66 26 63 0 3F 3C 8E 62 14
Octal 1 146 46 143 0 77 74 216 142 24
Binary 1 1100110 100110 1100011 0 111111 111100 10001110 1100010 10100

Color Harmonies of #016626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016626

Black with #016626

Text Example


Text Example

White with #016626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016626; }

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

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

background-color css

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

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

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

border-color css

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

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

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