Html Css Color HEX #327B1B Bilbao

📋 copy color: '#327B1B'

red 50 ◦ green 123 ◦ blue 27

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

Shades of Bilbao #327B1B

Tints of Bilbao #327B1B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 61.5%

 BLUE value IS 27 (10.94% from 255) = 13.5%

R = 25%
G = 61.5%
B = 13.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#327B1B (or 0x327B1B) is known color: Bilbao. HEX triplet: 32, 7B and 1B. RGB value is (50,123,27). Sum of RGB (Red+Green+Blue) = 50+123+27=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 123 (48.44% from 255 or 61.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 123 - color contains mainly: green. Hex color #327B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327B1B is #CD84E4. Grayscale: #5A5A5A. Windows color (decimal): -13468901 or 1801010. OLE color: 1801010.

HSL color Cylindrical-coordinate representation of color #327B1B: hue angle of 105.62º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327B1B is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 123 27 -
CMYK 0.59 0 0.78 0.52
HSL 105.63º 0.64% 0.29% -
HSV(B) 105.63º 0.78% 0.48% -
XYZ 8.6 14.92 3.46 -
YUV 90.23 92.32 99.31 -
System Red Green Blue C M Y K H S L
Decimal 50 123 27 0.59 0 0.78 0.52 105.63 0.64 0.29
Hex 32 7B 1B 3B 0 4E 34 6A 40 1D
Octal 62 173 33 73 0 116 64 152 100 35
Binary 110010 1111011 11011 111011 0 1001110 110100 1101010 1000000 11101

Color Harmonies of #327B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327B1B

Black with #327B1B

Text Example


Text Example

White with #327B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,123,27); }

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

background-color css

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

 a { background-color: rgb(50,123,27); }

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

border-color css

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

 span { border-color: rgb(50,123,27); }

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