Html Css Color HEX #016926 Crusoe

📋 copy color: '#016926'

red 1 ◦ green 105 ◦ blue 38

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

Shades of Crusoe #016926

Tints of Crusoe #016926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 72.92%

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

R = 0.69%
G = 72.92%
B = 26.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#016926 (or 0x016926) is known color: Crusoe. HEX triplet: 01, 69 and 26. RGB value is (1,105,38). Sum of RGB (Red+Green+Blue) = 1+105+38=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #016926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016926 is #FE96D9. Grayscale: #424242. Windows color (decimal): -16684762 or 2517249. OLE color: 2517249.

HSL color Cylindrical-coordinate representation of color #016926: hue angle of 141.35º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016926 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 105 38 -
CMYK 0.99 0 0.64 0.59
HSL 141.35º 0.98% 0.21% -
HSV(B) 141.35º 0.99% 0.41% -
XYZ 5.41 10.25 3.53 -
YUV 66.27 112.04 81.45 -
System Red Green Blue C M Y K H S L
Decimal 1 105 38 0.99 0 0.64 0.59 141.35 0.98 0.21
Hex 1 69 26 63 0 40 3B 8D 62 15
Octal 1 151 46 143 0 100 73 215 142 25
Binary 1 1101001 100110 1100011 0 1000000 111011 10001101 1100010 10101

Color Harmonies of #016926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016926

Black with #016926

Text Example


Text Example

White with #016926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016926; }

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

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

background-color css

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

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

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

border-color css

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

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

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