#154F23

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

Shades of Crusoe #154F23

Tints of Crusoe #154F23

Color information

#154F23 (or 0x154F23) is unknown color: approx Crusoe. HEX triplet: 15, 4F and 23. RGB value is (21,79,35). Sum of RGB (Red+Green+Blue) = 21+79+35=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 79 (31.25% from 255 or 58.52% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 79 - color contains mainly: green. Hex color #154F23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F23 is #EAB0DC. Grayscale: #383838. Windows color (decimal): -15380701 or 2314005. OLE color: 2314005.

HSL color Cylindrical-coordinate representation of color #154F23: hue angle of 134.48º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154F23 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB217935-
CMYK0.7300.560.69
HSL134.48º58%19.61%-
HSV(B)134.48º73.42%30.98%-
XYZ3.415.872.54-
YUV56.64115.78102.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 79 (31.25% from 255) = 58.52%
BLUE value IS 35 (14.06% from 255) = 25.93%
R=15.56%
G=58.52%
B=25.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2179350.7300.560.69134.485819.61
Hex154F234903845863a14
Octal25117431110701052067224
Binary1010110011111000111001001011100010001011000011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154F23; }

 p { color: rgb(21,79,35); }

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

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

 a { background-color: rgb(21,79,35); }

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

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

 span { border-color: rgb(21,79,35); }

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