#015C14

Color #015C14 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #015C14

Tints of Crusoe #015C14

Color information

#015C14 (or 0x015C14) is unknown color: approx Crusoe. HEX triplet: 01, 5C and 14. RGB value is (1,92,20). Sum of RGB (Red+Green+Blue) = 1+92+20=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 92 (36.33% from 255 or 81.42% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 92 - color contains mainly: green. Hex color #015C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015C14 is #FEA3EB. Grayscale: #383838. Windows color (decimal): -16688108 or 1334273. OLE color: 1334273.

HSL color Cylindrical-coordinate representation of color #015C14: hue angle of 132.53º 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 #015C14 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB19220-
CMYK0.9900.780.64
HSL132.53º97.85%18.24%-
HSV(B)132.53º98.91%36.08%-
XYZ3.977.711.94-
YUV56.58107.3588.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 92 (36.33% from 255) = 81.42%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=0.88%
G=81.42%
B=17.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal192200.9900.780.64132.5397.8518.24
Hex15C146304E40856212
Octal113424143011610020514222
Binary1101110010100110001101001110100000010000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #015C14;
 }
 .AnyTagClassName
 {
   color: #015C14;
 }
</style>
background-color css

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

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

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

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

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

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