Html Css Color HEX #327323 Bilbao

📋 copy color: '#327323'

red 50 ◦ green 115 ◦ blue 35

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

Shades of Bilbao #327323

Tints of Bilbao #327323

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.5%

 BLUE value IS 35 (14.06% from 255) = 17.5%

R = 25%
G = 57.5%
B = 17.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#327323 (or 0x327323) is known color: Bilbao. HEX triplet: 32, 73 and 23. RGB value is (50,115,35). Sum of RGB (Red+Green+Blue) = 50+115+35=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #327323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327323 is #CD8CDC. Grayscale: #565656. Windows color (decimal): -13470941 or 2323250. OLE color: 2323250.

HSL color Cylindrical-coordinate representation of color #327323: hue angle of 108.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #327323 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 115 35 -
CMYK 0.57 0 0.70 0.55
HSL 108.75º 0.53% 0.29% -
HSV(B) 108.75º 0.7% 0.45% -
XYZ 7.75 13.06 3.7 -
YUV 86.45 98.97 102 -
System Red Green Blue C M Y K H S L
Decimal 50 115 35 0.57 0 0.70 0.55 108.75 0.53 0.29
Hex 32 73 23 39 0 46 37 6D 35 1D
Octal 62 163 43 71 0 106 67 155 65 35
Binary 110010 1110011 100011 111001 0 1000110 110111 1101101 110101 11101

Color Harmonies of #327323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327323

Black with #327323

Text Example


Text Example

White with #327323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327323; }

 p { color: rgb(50,115,35); }

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

background-color css

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

 a { background-color: rgb(50,115,35); }

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

border-color css

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

 span { border-color: rgb(50,115,35); }

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