Html Css Color HEX #016828 Crusoe

📋 copy color: '#016828'

red 1 ◦ green 104 ◦ blue 40

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

Shades of Crusoe #016828

Tints of Crusoe #016828

RGB

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

 GREEN value IS 104 (41.02% from 255) = 71.72%

 BLUE value IS 40 (16.02% from 255) = 27.59%

R = 0.69%
G = 71.72%
B = 27.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#016828 (or 0x016828) is known color: Crusoe. HEX triplet: 01, 68 and 28. RGB value is (1,104,40). Sum of RGB (Red+Green+Blue) = 1+104+40=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #016828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016828 is #FE97D7. Grayscale: #424242. Windows color (decimal): -16685016 or 2648065. OLE color: 2648065.

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

Color convert

RGB 1 104 40 -
CMYK 0.99 0 0.62 0.59
HSL 142.72º 0.98% 0.21% -
HSV(B) 142.72º 0.99% 0.41% -
XYZ 5.35 10.06 3.67 -
YUV 65.91 113.38 81.7 -
System Red Green Blue C M Y K H S L
Decimal 1 104 40 0.99 0 0.62 0.59 142.72 0.98 0.21
Hex 1 68 28 63 0 3E 3B 8F 62 15
Octal 1 150 50 143 0 76 73 217 142 25
Binary 1 1101000 101000 1100011 0 111110 111011 10001111 1100010 10101

Color Harmonies of #016828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016828

Black with #016828

Text Example


Text Example

White with #016828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016828; }

 p { color: rgb(1,104,40); }

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

background-color css

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

 a { background-color: rgb(1,104,40); }

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

border-color css

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

 span { border-color: rgb(1,104,40); }

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