#154927

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

Shades of Zuccini #154927

Tints of Zuccini #154927

Color information

#154927 (or 0x154927) is unknown color: approx Zuccini. HEX triplet: 15, 49 and 27. RGB value is (21,73,39). Sum of RGB (Red+Green+Blue) = 21+73+39=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #154927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154927 is #EAB6D8. Grayscale: #353535. Windows color (decimal): -15382233 or 2574613. OLE color: 2574613.

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

Color convert

RGB217339-
CMYK0.7100.470.71
HSL140.77º55.32%18.43%-
HSV(B)140.77º71.23%28.63%-
XYZ3.065.072.74-
YUV53.58119.77104.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 73 (28.91% from 255) = 54.89%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=15.79%
G=54.89%
B=29.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2173390.7100.470.71140.7755.3218.43
Hex1549274702F478d3712
Octal25111471070571072156722
Binary1010110010011001111000111010111110001111000110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154927; }

 p { color: rgb(21,73,39); }

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

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

 a { background-color: rgb(21,73,39); }

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

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

 span { border-color: rgb(21,73,39); }

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