Html Css Color HEX #15601F Crusoe

📋 copy color: '#15601F'

red 21 ◦ green 96 ◦ blue 31

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

Shades of Crusoe #15601F

Tints of Crusoe #15601F

RGB

 RED value IS 21 (8.59% from 255) = 14.19%

 GREEN value IS 96 (37.89% from 255) = 64.86%

 BLUE value IS 31 (12.5% from 255) = 20.95%

R = 14.19%
G = 64.86%
B = 20.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#15601F (or 0x15601F) is known color: Crusoe. HEX triplet: 15, 60 and 1F. RGB value is (21,96,31). Sum of RGB (Red+Green+Blue) = 21+96+31=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #15601F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15601F is #EA9FE0. Grayscale: #424242. Windows color (decimal): -15376353 or 2056213. OLE color: 2056213.

HSL color Cylindrical-coordinate representation of color #15601F: hue angle of 128º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15601F is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 96 31 -
CMYK 0.78 0 0.68 0.62
HSL 128º 0.64% 0.23% -
HSV(B) 128º 0.78% 0.38% -
XYZ 4.74 8.62 2.71 -
YUV 66.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 21 96 31 0.78 0 0.68 0.62 128 0.64 0.23
Hex 15 60 1F 4E 0 44 3E 80 40 17
Octal 25 140 37 116 0 104 76 200 100 27
Binary 10101 1100000 11111 1001110 0 1000100 111110 10000000 1000000 10111

Color Harmonies of #15601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15601F

Black with #15601F

Text Example


Text Example

White with #15601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15601F; }

 p { color: rgb(21,96,31); }

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

background-color css

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

 a { background-color: rgb(21,96,31); }

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

border-color css

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

 span { border-color: rgb(21,96,31); }

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