Html Css Color HEX #328426 Bilbao

📋 copy color: '#328426'

red 50 ◦ green 132 ◦ blue 38

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

Shades of Bilbao #328426

Tints of Bilbao #328426

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60%

 BLUE value IS 38 (15.23% from 255) = 17.27%

R = 22.73%
G = 60%
B = 17.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#328426 (or 0x328426) is known color: Bilbao. HEX triplet: 32, 84 and 26. RGB value is (50,132,38). Sum of RGB (Red+Green+Blue) = 50+132+38=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #328426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328426 is #CD7BD9. Grayscale: #616161. Windows color (decimal): -13466586 or 2524210. OLE color: 2524210.

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

Color convert

RGB 50 132 38 -
CMYK 0.62 0 0.71 0.48
HSL 112.34º 0.55% 0.33% -
HSV(B) 112.34º 0.71% 0.52% -
XYZ 9.92 17.32 4.65 -
YUV 96.77 94.83 94.64 -
System Red Green Blue C M Y K H S L
Decimal 50 132 38 0.62 0 0.71 0.48 112.34 0.55 0.33
Hex 32 84 26 3E 0 47 30 70 37 21
Octal 62 204 46 76 0 107 60 160 67 41
Binary 110010 10000100 100110 111110 0 1000111 110000 1110000 110111 100001

Color Harmonies of #328426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328426

Black with #328426

Text Example


Text Example

White with #328426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328426; }

 p { color: rgb(50,132,38); }

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

background-color css

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

 a { background-color: rgb(50,132,38); }

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

border-color css

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

 span { border-color: rgb(50,132,38); }

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