Html Css Color HEX #015610 Crusoe

📋 copy color: '#015610'

red 1 ◦ green 86 ◦ blue 16

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

Shades of Crusoe #015610

Tints of Crusoe #015610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 83.5%

 BLUE value IS 16 (6.64% from 255) = 15.53%

R = 0.97%
G = 83.5%
B = 15.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.66

RGB Variations

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

Color information

#015610 (or 0x015610) is known color: Crusoe. HEX triplet: 01, 56 and 10. RGB value is (1,86,16). Sum of RGB (Red+Green+Blue) = 1+86+16=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 86 (33.98% from 255 or 83.50% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 86 - color contains mainly: green. Hex color #015610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015610 is #FEA9EF. Grayscale: #343434. Windows color (decimal): -16689648 or 1070593. OLE color: 1070593.

HSL color Cylindrical-coordinate representation of color #015610: hue angle of 130.59º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015610 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 86 16 -
CMYK 0.99 0 0.81 0.66
HSL 130.59º 0.98% 0.17% -
HSV(B) 130.59º 0.99% 0.34% -
XYZ 3.43 6.7 1.6 -
YUV 52.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 1 86 16 0.99 0 0.81 0.66 130.59 0.98 0.17
Hex 1 56 10 63 0 51 42 83 62 11
Octal 1 126 20 143 0 121 102 203 142 21
Binary 1 1010110 10000 1100011 0 1010001 1000010 10000011 1100010 10001

Color Harmonies of #015610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015610

Black with #015610

Text Example


Text Example

White with #015610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015610; }

 p { color: rgb(1,86,16); }

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

background-color css

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

 a { background-color: rgb(1,86,16); }

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

border-color css

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

 span { border-color: rgb(1,86,16); }

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