Html Css Color HEX #328227 Bilbao

📋 copy color: '#328227'

red 50 ◦ green 130 ◦ blue 39

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

Shades of Bilbao #328227

Tints of Bilbao #328227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.81%

R = 22.83%
G = 59.36%
B = 17.81%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#328227 (or 0x328227) is known color: Bilbao. HEX triplet: 32, 82 and 27. RGB value is (50,130,39). Sum of RGB (Red+Green+Blue) = 50+130+39=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #328227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328227 is #CD7DD8. Grayscale: #5F5F5F. Windows color (decimal): -13467097 or 2589234. OLE color: 2589234.

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

Color convert

RGB 50 130 39 -
CMYK 0.62 0 0.70 0.49
HSL 112.75º 0.54% 0.33% -
HSV(B) 112.75º 0.7% 0.51% -
XYZ 9.66 16.79 4.65 -
YUV 95.71 96 95.4 -
System Red Green Blue C M Y K H S L
Decimal 50 130 39 0.62 0 0.70 0.49 112.75 0.54 0.33
Hex 32 82 27 3E 0 46 31 71 36 21
Octal 62 202 47 76 0 106 61 161 66 41
Binary 110010 10000010 100111 111110 0 1000110 110001 1110001 110110 100001

Color Harmonies of #328227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328227

Black with #328227

Text Example


Text Example

White with #328227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328227; }

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

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

background-color css

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

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

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

border-color css

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

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

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