Html Css Color HEX #327C28 Bilbao

📋 copy color: '#327C28'

red 50 ◦ green 124 ◦ blue 40

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

Shades of Bilbao #327C28

Tints of Bilbao #327C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.94%

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 23.36%
G = 57.94%
B = 18.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#327C28 (or 0x327C28) is known color: Bilbao. HEX triplet: 32, 7C and 28. RGB value is (50,124,40). Sum of RGB (Red+Green+Blue) = 50+124+40=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 124 (48.83% from 255 or 57.94% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 124 - color contains mainly: green. Hex color #327C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327C28 is #CD83D7. Grayscale: #5C5C5C. Windows color (decimal): -13468632 or 2653234. OLE color: 2653234.

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

Color convert

RGB 50 124 40 -
CMYK 0.60 0 0.68 0.51
HSL 112.86º 0.51% 0.32% -
HSV(B) 112.86º 0.68% 0.49% -
XYZ 8.91 15.25 4.48 -
YUV 92.3 98.48 97.83 -
System Red Green Blue C M Y K H S L
Decimal 50 124 40 0.60 0 0.68 0.51 112.86 0.51 0.32
Hex 32 7C 28 3C 0 44 33 71 33 20
Octal 62 174 50 74 0 104 63 161 63 40
Binary 110010 1111100 101000 111100 0 1000100 110011 1110001 110011 100000

Color Harmonies of #327C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C28

Black with #327C28

Text Example


Text Example

White with #327C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327C28; }

 p { color: rgb(50,124,40); }

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

background-color css

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

 a { background-color: rgb(50,124,40); }

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

border-color css

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

 span { border-color: rgb(50,124,40); }

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