#153C4B

Color #153C4B Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #153C4B

Tints of Green Vogue #153C4B

Color information

#153C4B (or 0x153C4B) is unknown color: approx Green Vogue. HEX triplet: 15, 3C and 4B. RGB value is (21,60,75). Sum of RGB (Red+Green+Blue) = 21+60+75=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #153C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C4B is #EAC3B4. Grayscale: #313131. Windows color (decimal): -15385525 or 4930581. OLE color: 4930581.

HSL color Cylindrical-coordinate representation of color #153C4B: hue angle of 196.67º 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 #153C4B is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB216075-
CMYK0.720.2000.71
HSL196.67º56.25%18.82%-
HSV(B)196.67º72%29.41%-
XYZ3.23.97.24-
YUV50.05142.08107.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 60 (23.83% from 255) = 38.46%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=13.46%
G=38.46%
B=48.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2160750.720.2000.71196.6756.2518.82
Hex153C4B4814047c53813
Octal25741131102401073057023
Binary101011111001001011100100010100010001111100010111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153C4B; }

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

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

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

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

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

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

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

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