Html Css Color HEX #327817 Bilbao

📋 copy color: '#327817'

red 50 ◦ green 120 ◦ blue 23

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

Shades of Bilbao #327817

Tints of Bilbao #327817

RGB

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

 GREEN value IS 120 (47.27% from 255) = 62.18%

 BLUE value IS 23 (9.38% from 255) = 11.92%

R = 25.91%
G = 62.18%
B = 11.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#327817 (or 0x327817) is known color: Bilbao. HEX triplet: 32, 78 and 17. RGB value is (50,120,23). Sum of RGB (Red+Green+Blue) = 50+120+23=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #327817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327817 is #CD87E8. Grayscale: #585858. Windows color (decimal): -13469673 or 1538098. OLE color: 1538098.

HSL color Cylindrical-coordinate representation of color #327817: hue angle of 103.3º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #327817 is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 120 23 -
CMYK 0.58 0 0.81 0.53
HSL 103.3º 0.68% 0.28% -
HSV(B) 103.3º 0.81% 0.47% -
XYZ 8.19 14.17 3.11 -
YUV 88.01 91.31 100.89 -
System Red Green Blue C M Y K H S L
Decimal 50 120 23 0.58 0 0.81 0.53 103.3 0.68 0.28
Hex 32 78 17 3A 0 51 35 67 44 1C
Octal 62 170 27 72 0 121 65 147 104 34
Binary 110010 1111000 10111 111010 0 1010001 110101 1100111 1000100 11100

Color Harmonies of #327817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327817

Black with #327817

Text Example


Text Example

White with #327817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327817; }

 p { color: rgb(50,120,23); }

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

background-color css

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

 a { background-color: rgb(50,120,23); }

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

border-color css

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

 span { border-color: rgb(50,120,23); }

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