#154B28

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

Shades of Zuccini #154B28

Tints of Zuccini #154B28

Color information

#154B28 (or 0x154B28) is unknown color: approx Zuccini. HEX triplet: 15, 4B and 28. RGB value is (21,75,40). Sum of RGB (Red+Green+Blue) = 21+75+40=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #154B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B28 is #EAB4D7. Grayscale: #363636. Windows color (decimal): -15381720 or 2640661. OLE color: 2640661.

HSL color Cylindrical-coordinate representation of color #154B28: hue angle of 141.11º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154B28 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB217540-
CMYK0.7200.470.71
HSL141.11º56.25%18.82%-
HSV(B)141.11º72%29.41%-
XYZ3.215.342.87-
YUV54.86119.61103.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.44%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=15.44%
G=55.15%
B=29.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2175400.7200.470.71141.1156.2518.82
Hex154B284802F478d3813
Octal25113501100571072157023
Binary1010110010111010001001000010111110001111000110111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,75,40); }

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

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

 a { background-color: rgb(21,75,40); }

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

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

 span { border-color: rgb(21,75,40); }

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