Html Css Color HEX #328226 Bilbao

📋 copy color: '#328226'

red 50 ◦ green 130 ◦ blue 38

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

Shades of Bilbao #328226

Tints of Bilbao #328226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.63%

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

R = 22.94%
G = 59.63%
B = 17.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#328226 (or 0x328226) is known color: Bilbao. HEX triplet: 32, 82 and 26. RGB value is (50,130,38). Sum of RGB (Red+Green+Blue) = 50+130+38=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #328226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328226 is #CD7DD9. Grayscale: #5F5F5F. Windows color (decimal): -13467098 or 2523698. OLE color: 2523698.

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

Color convert

RGB 50 130 38 -
CMYK 0.62 0 0.71 0.49
HSL 112.17º 0.55% 0.33% -
HSV(B) 112.17º 0.71% 0.51% -
XYZ 9.65 16.78 4.56 -
YUV 95.59 95.5 95.48 -
System Red Green Blue C M Y K H S L
Decimal 50 130 38 0.62 0 0.71 0.49 112.17 0.55 0.33
Hex 32 82 26 3E 0 47 31 70 37 21
Octal 62 202 46 76 0 107 61 160 67 41
Binary 110010 10000010 100110 111110 0 1000111 110001 1110000 110111 100001

Color Harmonies of #328226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328226

Black with #328226

Text Example


Text Example

White with #328226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328226; }

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

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

background-color css

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

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

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

border-color css

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

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

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