Html Css Color HEX #328129 Bilbao

📋 copy color: '#328129'

red 50 ◦ green 129 ◦ blue 41

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

Shades of Bilbao #328129

Tints of Bilbao #328129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.64%

 BLUE value IS 41 (16.41% from 255) = 18.64%

R = 22.73%
G = 58.64%
B = 18.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#328129 (or 0x328129) is known color: Bilbao. HEX triplet: 32, 81 and 29. RGB value is (50,129,41). Sum of RGB (Red+Green+Blue) = 50+129+41=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #328129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328129 is #CD7ED6. Grayscale: #5F5F5F. Windows color (decimal): -13467351 or 2720050. OLE color: 2720050.

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

Color convert

RGB 50 129 41 -
CMYK 0.61 0 0.68 0.49
HSL 113.86º 0.52% 0.33% -
HSV(B) 113.86º 0.68% 0.51% -
XYZ 9.57 16.54 4.79 -
YUV 95.35 97.33 95.66 -
System Red Green Blue C M Y K H S L
Decimal 50 129 41 0.61 0 0.68 0.49 113.86 0.52 0.33
Hex 32 81 29 3D 0 44 31 72 34 21
Octal 62 201 51 75 0 104 61 162 64 41
Binary 110010 10000001 101001 111101 0 1000100 110001 1110010 110100 100001

Color Harmonies of #328129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328129

Black with #328129

Text Example


Text Example

White with #328129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328129; }

 p { color: rgb(50,129,41); }

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

background-color css

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

 a { background-color: rgb(50,129,41); }

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

border-color css

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

 span { border-color: rgb(50,129,41); }

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