Html Css Color HEX #328515 Bilbao

📋 copy color: '#328515'

red 50 ◦ green 133 ◦ blue 21

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

Shades of Bilbao #328515

Tints of Bilbao #328515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 24.51%
G = 65.2%
B = 10.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#328515 (or 0x328515) is known color: Bilbao. HEX triplet: 32, 85 and 15. RGB value is (50,133,21). Sum of RGB (Red+Green+Blue) = 50+133+21=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #328515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328515 is #CD7AEA. Grayscale: #5F5F5F. Windows color (decimal): -13466347 or 1410354. OLE color: 1410354.

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

Color convert

RGB 50 133 21 -
CMYK 0.62 0 0.84 0.48
HSL 104.46º 0.73% 0.3% -
HSV(B) 104.46º 0.84% 0.52% -
XYZ 9.84 17.51 3.57 -
YUV 95.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 50 133 21 0.62 0 0.84 0.48 104.46 0.73 0.3
Hex 32 85 15 3E 0 54 30 68 49 1E
Octal 62 205 25 76 0 124 60 150 111 36
Binary 110010 10000101 10101 111110 0 1010100 110000 1101000 1001001 11110

Color Harmonies of #328515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328515

Black with #328515

Text Example


Text Example

White with #328515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328515; }

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

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

background-color css

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

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

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

border-color css

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

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

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