Html Css Color HEX #328615 Bilbao

📋 copy color: '#328615'

red 50 ◦ green 134 ◦ blue 21

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

Shades of Bilbao #328615

Tints of Bilbao #328615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 65.37%

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

R = 24.39%
G = 65.37%
B = 10.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#328615 (or 0x328615) is known color: Bilbao. HEX triplet: 32, 86 and 15. RGB value is (50,134,21). Sum of RGB (Red+Green+Blue) = 50+134+21=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 134 (52.73% from 255 or 65.37% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 134 - color contains mainly: green. Hex color #328615 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328615 is #CD79EA. Grayscale: #606060. Windows color (decimal): -13466091 or 1410610. OLE color: 1410610.

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

Color convert

RGB 50 134 21 -
CMYK 0.63 0 0.84 0.47
HSL 104.6º 0.73% 0.3% -
HSV(B) 104.6º 0.84% 0.53% -
XYZ 9.98 17.78 3.62 -
YUV 96 85.67 95.19 -
System Red Green Blue C M Y K H S L
Decimal 50 134 21 0.63 0 0.84 0.47 104.6 0.73 0.3
Hex 32 86 15 3F 0 54 2F 69 49 1E
Octal 62 206 25 77 0 124 57 151 111 36
Binary 110010 10000110 10101 111111 0 1010100 101111 1101001 1001001 11110

Color Harmonies of #328615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328615

Black with #328615

Text Example


Text Example

White with #328615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328615; }

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

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

background-color css

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

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

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

border-color css

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

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

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