Html Css Color HEX #327325 Bilbao

📋 copy color: '#327325'

red 50 ◦ green 115 ◦ blue 37

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

Shades of Bilbao #327325

Tints of Bilbao #327325

RGB

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

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

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

R = 24.75%
G = 56.93%
B = 18.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#327325 (or 0x327325) is known color: Bilbao. HEX triplet: 32, 73 and 25. RGB value is (50,115,37). Sum of RGB (Red+Green+Blue) = 50+115+37=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #327325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327325 is #CD8CDA. Grayscale: #565656. Windows color (decimal): -13470939 or 2454322. OLE color: 2454322.

HSL color Cylindrical-coordinate representation of color #327325: hue angle of 110º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327325 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 115 37 -
CMYK 0.57 0 0.68 0.55
HSL 110º 0.51% 0.3% -
HSV(B) 110º 0.68% 0.45% -
XYZ 7.78 13.07 3.86 -
YUV 86.67 99.97 101.84 -
System Red Green Blue C M Y K H S L
Decimal 50 115 37 0.57 0 0.68 0.55 110 0.51 0.3
Hex 32 73 25 39 0 44 37 6E 33 1E
Octal 62 163 45 71 0 104 67 156 63 36
Binary 110010 1110011 100101 111001 0 1000100 110111 1101110 110011 11110

Color Harmonies of #327325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327325

Black with #327325

Text Example


Text Example

White with #327325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327325; }

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

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

background-color css

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

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

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

border-color css

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

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

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