Html Css Color HEX #328510 Bilbao

📋 copy color: '#328510'

red 50 ◦ green 133 ◦ blue 16

#328510
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #328510

Tints of Bilbao #328510

RGB

 RED value IS 50 (19.92% from 255) = 25.13%

 GREEN value IS 133 (52.34% from 255) = 66.83%

 BLUE value IS 16 (6.64% from 255) = 8.04%

R = 25.13%
G = 66.83%
B = 8.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#328510 (or 0x328510) is known color: Bilbao. HEX triplet: 32, 85 and 10. RGB value is (50,133,16). Sum of RGB (Red+Green+Blue) = 50+133+16=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #328510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328510 is #CD7AEF. Grayscale: #5F5F5F. Windows color (decimal): -13466352 or 1082674. OLE color: 1082674.

HSL color Cylindrical-coordinate representation of color #328510: hue angle of 102.56º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #328510 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 16 -
CMYK 0.62 0 0.88 0.48
HSL 102.56º 0.79% 0.29% -
HSV(B) 102.56º 0.88% 0.52% -
XYZ 9.8 17.49 3.35 -
YUV 94.85 83.5 96.01 -
System Red Green Blue C M Y K H S L
Decimal 50 133 16 0.62 0 0.88 0.48 102.56 0.79 0.29
Hex 32 85 10 3E 0 58 30 67 4F 1D
Octal 62 205 20 76 0 130 60 147 117 35
Binary 110010 10000101 10000 111110 0 1011000 110000 1100111 1001111 11101

Color Harmonies of #328510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328510

Black with #328510

Text Example


Text Example

White with #328510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328510; }

 p { color: rgb(50,133,16); }

 H1.HeaderClassName
 {
   color: #328510;
 }
 .AnyTagClassName
 {
   color: #328510;
 }
</style>

background-color css

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

 a { background-color: rgb(50,133,16); }

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

border-color css

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

 span { border-color: rgb(50,133,16); }

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