Html Css Color HEX #327F25 Bilbao

📋 copy color: '#327F25'

red 50 ◦ green 127 ◦ blue 37

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

Shades of Bilbao #327F25

Tints of Bilbao #327F25

RGB

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

 GREEN value IS 127 (50% from 255) = 59.35%

 BLUE value IS 37 (14.84% from 255) = 17.29%

R = 23.36%
G = 59.35%
B = 17.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#327F25 (or 0x327F25) is known color: Bilbao. HEX triplet: 32, 7F and 25. RGB value is (50,127,37). Sum of RGB (Red+Green+Blue) = 50+127+37=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #327F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F25 is #CD80DA. Grayscale: #5E5E5E. Windows color (decimal): -13467867 or 2457394. OLE color: 2457394.

HSL color Cylindrical-coordinate representation of color #327F25: hue angle of 111.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327F25 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 127 37 -
CMYK 0.61 0 0.71 0.50
HSL 111.33º 0.55% 0.32% -
HSV(B) 111.33º 0.71% 0.5% -
XYZ 9.24 15.99 4.35 -
YUV 93.72 95.99 96.82 -
System Red Green Blue C M Y K H S L
Decimal 50 127 37 0.61 0 0.71 0.50 111.33 0.55 0.32
Hex 32 7F 25 3D 0 47 32 6F 37 20
Octal 62 177 45 75 0 107 62 157 67 40
Binary 110010 1111111 100101 111101 0 1000111 110010 1101111 110111 100000

Color Harmonies of #327F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F25

Black with #327F25

Text Example


Text Example

White with #327F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,127,37); }

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

background-color css

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

 a { background-color: rgb(50,127,37); }

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

border-color css

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

 span { border-color: rgb(50,127,37); }

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