#19424B

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

Shades of Green Vogue #19424B

Tints of Green Vogue #19424B

Color information

#19424B (or 0x19424B) is unknown color: approx Green Vogue. HEX triplet: 19, 42 and 4B. RGB value is (25,66,75). Sum of RGB (Red+Green+Blue) = 25+66+75=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #19424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19424B is #E6BDB4. Grayscale: #363636. Windows color (decimal): -15121845 or 4932121. OLE color: 4932121.

HSL color Cylindrical-coordinate representation of color #19424B: hue angle of 190.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19424B is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB256675-
CMYK0.670.1200.71
HSL190.8º50%19.61%-
HSV(B)190.8º66.67%29.41%-
XYZ3.624.617.36-
YUV54.77139.42106.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=15.06%
G=39.76%
B=45.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2566750.670.1200.71190.85019.61
Hex19424B43C047bf3214
Octal311021131031401072776224
Binary110011000010100101110000111100010001111011111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19424B; }

 p { color: rgb(25,66,75); }

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

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

 a { background-color: rgb(25,66,75); }

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

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

 span { border-color: rgb(25,66,75); }

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