Html Css Color HEX #016728 Crusoe

📋 copy color: '#016728'

red 1 ◦ green 103 ◦ blue 40

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

Shades of Crusoe #016728

Tints of Crusoe #016728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 71.53%

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

R = 0.69%
G = 71.53%
B = 27.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#016728 (or 0x016728) is known color: Crusoe. HEX triplet: 01, 67 and 28. RGB value is (1,103,40). Sum of RGB (Red+Green+Blue) = 1+103+40=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 103 (40.62% from 255 or 71.53% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 103 - color contains mainly: green. Hex color #016728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016728 is #FE98D7. Grayscale: #414141. Windows color (decimal): -16685272 or 2647809. OLE color: 2647809.

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

Color convert

RGB 1 103 40 -
CMYK 0.99 0 0.61 0.60
HSL 142.94º 0.98% 0.2% -
HSV(B) 142.94º 0.99% 0.4% -
XYZ 5.25 9.86 3.63 -
YUV 65.32 113.71 82.12 -
System Red Green Blue C M Y K H S L
Decimal 1 103 40 0.99 0 0.61 0.60 142.94 0.98 0.2
Hex 1 67 28 63 0 3D 3C 8F 62 14
Octal 1 147 50 143 0 75 74 217 142 24
Binary 1 1100111 101000 1100011 0 111101 111100 10001111 1100010 10100

Color Harmonies of #016728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016728

Black with #016728

Text Example


Text Example

White with #016728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016728; }

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

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

background-color css

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

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

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

border-color css

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

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

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