Html Css Color HEX #015C11 Crusoe

📋 copy color: '#015C11'

red 1 ◦ green 92 ◦ blue 17

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

Shades of Crusoe #015C11

Tints of Crusoe #015C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 83.64%

 BLUE value IS 17 (7.03% from 255) = 15.45%

R = 0.91%
G = 83.64%
B = 15.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#015C11 (or 0x015C11) is known color: Crusoe. HEX triplet: 01, 5C and 11. RGB value is (1,92,17). Sum of RGB (Red+Green+Blue) = 1+92+17=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 92 (36.33% from 255 or 83.64% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 92 - color contains mainly: green. Hex color #015C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015C11 is #FEA3EE. Grayscale: #383838. Windows color (decimal): -16688111 or 1137665. OLE color: 1137665.

HSL color Cylindrical-coordinate representation of color #015C11: hue angle of 130.55º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C11 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 92 17 -
CMYK 0.99 0 0.82 0.64
HSL 130.55º 0.98% 0.18% -
HSV(B) 130.55º 0.99% 0.36% -
XYZ 3.94 7.7 1.81 -
YUV 56.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 1 92 17 0.99 0 0.82 0.64 130.55 0.98 0.18
Hex 1 5C 11 63 0 52 40 83 62 12
Octal 1 134 21 143 0 122 100 203 142 22
Binary 1 1011100 10001 1100011 0 1010010 1000000 10000011 1100010 10010

Color Harmonies of #015C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C11

Black with #015C11

Text Example


Text Example

White with #015C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015C11; }

 p { color: rgb(1,92,17); }

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

background-color css

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

 a { background-color: rgb(1,92,17); }

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

border-color css

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

 span { border-color: rgb(1,92,17); }

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