Html Css Color HEX #016E26 Crusoe

📋 copy color: '#016E26'

red 1 ◦ green 110 ◦ blue 38

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

Shades of Crusoe #016E26

Tints of Crusoe #016E26

RGB

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

 GREEN value IS 110 (43.36% from 255) = 73.83%

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

R = 0.67%
G = 73.83%
B = 25.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#016E26 (or 0x016E26) is known color: Crusoe. HEX triplet: 01, 6E and 26. RGB value is (1,110,38). Sum of RGB (Red+Green+Blue) = 1+110+38=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 110 (43.36% from 255 or 73.83% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 110 - color contains mainly: green. Hex color #016E26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E26 is #FE91D9. Grayscale: #454545. Windows color (decimal): -16683482 or 2518529. OLE color: 2518529.

HSL color Cylindrical-coordinate representation of color #016E26: hue angle of 140.37º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E26 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 110 38 -
CMYK 0.99 0 0.65 0.57
HSL 140.37º 0.98% 0.22% -
HSV(B) 140.37º 0.99% 0.43% -
XYZ 5.94 11.3 3.7 -
YUV 69.2 110.39 79.35 -
System Red Green Blue C M Y K H S L
Decimal 1 110 38 0.99 0 0.65 0.57 140.37 0.98 0.22
Hex 1 6E 26 63 0 41 39 8C 62 16
Octal 1 156 46 143 0 101 71 214 142 26
Binary 1 1101110 100110 1100011 0 1000001 111001 10001100 1100010 10110

Color Harmonies of #016E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E26

Black with #016E26

Text Example


Text Example

White with #016E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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