Html Css Color HEX #328514 Bilbao

📋 copy color: '#328514'

red 50 ◦ green 133 ◦ blue 20

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

Shades of Bilbao #328514

Tints of Bilbao #328514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 24.63%
G = 65.52%
B = 9.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#328514 (or 0x328514) is known color: Bilbao. HEX triplet: 32, 85 and 14. RGB value is (50,133,20). Sum of RGB (Red+Green+Blue) = 50+133+20=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #328514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328514 is #CD7AEB. Grayscale: #5F5F5F. Windows color (decimal): -13466348 or 1344818. OLE color: 1344818.

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

Color convert

RGB 50 133 20 -
CMYK 0.62 0 0.85 0.48
HSL 104.07º 0.74% 0.3% -
HSV(B) 104.07º 0.85% 0.52% -
XYZ 9.83 17.5 3.52 -
YUV 95.3 85.5 95.69 -
System Red Green Blue C M Y K H S L
Decimal 50 133 20 0.62 0 0.85 0.48 104.07 0.74 0.3
Hex 32 85 14 3E 0 55 30 68 4A 1E
Octal 62 205 24 76 0 125 60 150 112 36
Binary 110010 10000101 10100 111110 0 1010101 110000 1101000 1001010 11110

Color Harmonies of #328514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328514

Black with #328514

Text Example


Text Example

White with #328514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328514; }

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

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

background-color css

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

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

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

border-color css

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

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

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