Html Css Color HEX #015810 Crusoe

📋 copy color: '#015810'

red 1 ◦ green 88 ◦ blue 16

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

Shades of Crusoe #015810

Tints of Crusoe #015810

RGB

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

 GREEN value IS 88 (34.77% from 255) = 83.81%

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

R = 0.95%
G = 83.81%
B = 15.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#015810 (or 0x015810) is known color: Crusoe. HEX triplet: 01, 58 and 10. RGB value is (1,88,16). Sum of RGB (Red+Green+Blue) = 1+88+16=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 88 (34.77% from 255 or 83.81% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 88 - color contains mainly: green. Hex color #015810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015810 is #FEA7EF. Grayscale: #353535. Windows color (decimal): -16689136 or 1071105. OLE color: 1071105.

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

Color convert

RGB 1 88 16 -
CMYK 0.99 0 0.82 0.65
HSL 130.34º 0.98% 0.17% -
HSV(B) 130.34º 0.99% 0.35% -
XYZ 3.6 7.02 1.66 -
YUV 53.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 1 88 16 0.99 0 0.82 0.65 130.34 0.98 0.17
Hex 1 58 10 63 0 52 41 82 62 11
Octal 1 130 20 143 0 122 101 202 142 21
Binary 1 1011000 10000 1100011 0 1010010 1000001 10000010 1100010 10001

Color Harmonies of #015810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015810

Black with #015810

Text Example


Text Example

White with #015810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015810; }

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

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

background-color css

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

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

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

border-color css

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

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

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