Html Css Color HEX #015710 Crusoe

📋 copy color: '#015710'

red 1 ◦ green 87 ◦ blue 16

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

Shades of Crusoe #015710

Tints of Crusoe #015710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 83.65%

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

R = 0.96%
G = 83.65%
B = 15.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#015710 (or 0x015710) is known color: Crusoe. HEX triplet: 01, 57 and 10. RGB value is (1,87,16). Sum of RGB (Red+Green+Blue) = 1+87+16=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 87 (34.38% from 255 or 83.65% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 87 - color contains mainly: green. Hex color #015710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015710 is #FEA8EF. Grayscale: #353535. Windows color (decimal): -16689392 or 1070849. OLE color: 1070849.

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

Color convert

RGB 1 87 16 -
CMYK 0.99 0 0.82 0.66
HSL 130.47º 0.98% 0.17% -
HSV(B) 130.47º 0.99% 0.34% -
XYZ 3.51 6.86 1.63 -
YUV 53.19 107.01 90.77 -
System Red Green Blue C M Y K H S L
Decimal 1 87 16 0.99 0 0.82 0.66 130.47 0.98 0.17
Hex 1 57 10 63 0 52 42 82 62 11
Octal 1 127 20 143 0 122 102 202 142 21
Binary 1 1010111 10000 1100011 0 1010010 1000010 10000010 1100010 10001

Color Harmonies of #015710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015710

Black with #015710

Text Example


Text Example

White with #015710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015710; }

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

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

background-color css

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

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

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

border-color css

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

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

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