Html Css Color HEX #328512 Bilbao

📋 copy color: '#328512'

red 50 ◦ green 133 ◦ blue 18

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

Shades of Bilbao #328512

Tints of Bilbao #328512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 24.88%
G = 66.17%
B = 8.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#328512 (or 0x328512) is known color: Bilbao. HEX triplet: 32, 85 and 12. RGB value is (50,133,18). Sum of RGB (Red+Green+Blue) = 50+133+18=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #328512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328512 is #CD7AED. Grayscale: #5F5F5F. Windows color (decimal): -13466350 or 1213746. OLE color: 1213746.

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

Color convert

RGB 50 133 18 -
CMYK 0.62 0 0.86 0.48
HSL 103.3º 0.76% 0.3% -
HSV(B) 103.3º 0.86% 0.52% -
XYZ 9.81 17.5 3.43 -
YUV 95.07 84.5 95.85 -
System Red Green Blue C M Y K H S L
Decimal 50 133 18 0.62 0 0.86 0.48 103.3 0.76 0.3
Hex 32 85 12 3E 0 56 30 67 4C 1E
Octal 62 205 22 76 0 126 60 147 114 36
Binary 110010 10000101 10010 111110 0 1010110 110000 1100111 1001100 11110

Color Harmonies of #328512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328512

Black with #328512

Text Example


Text Example

White with #328512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328512; }

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

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

background-color css

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

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

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

border-color css

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

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

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