#194B30

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

Shades of Zuccini #194B30

Tints of Zuccini #194B30

Color information

#194B30 (or 0x194B30) is unknown color: approx Zuccini. HEX triplet: 19, 4B and 30. RGB value is (25,75,48). Sum of RGB (Red+Green+Blue) = 25+75+48=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #194B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B30 is #E6B4CF. Grayscale: #393939. Windows color (decimal): -15119568 or 3164953. OLE color: 3164953.

HSL color Cylindrical-coordinate representation of color #194B30: hue angle of 147.6º 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 #194B30 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB257548-
CMYK0.6700.360.71
HSL147.6º50%19.61%-
HSV(B)147.6º66.67%29.41%-
XYZ3.455.453.67-
YUV56.97122.94105.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.89%
GREEN value IS 75 (29.69% from 255) = 50.68%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=16.89%
G=50.68%
B=32.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575480.6700.360.71147.65019.61
Hex194B304302447943214
Octal31113601030441072246224
Binary1100110010111100001000011010010010001111001010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194B30; }

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

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

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

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

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

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

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

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