Html Css Color HEX #327C17 Bilbao

📋 copy color: '#327C17'

red 50 ◦ green 124 ◦ blue 23

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

Shades of Bilbao #327C17

Tints of Bilbao #327C17

RGB

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

 GREEN value IS 124 (48.83% from 255) = 62.94%

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

R = 25.38%
G = 62.94%
B = 11.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#327C17 (or 0x327C17) is known color: Bilbao. HEX triplet: 32, 7C and 17. RGB value is (50,124,23). Sum of RGB (Red+Green+Blue) = 50+124+23=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 124 (48.83% from 255 or 62.94% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 124 - color contains mainly: green. Hex color #327C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327C17 is #CD83E8. Grayscale: #5A5A5A. Windows color (decimal): -13468649 or 1539122. OLE color: 1539122.

HSL color Cylindrical-coordinate representation of color #327C17: hue angle of 103.96º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #327C17 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 124 23 -
CMYK 0.60 0 0.81 0.51
HSL 103.96º 0.69% 0.29% -
HSV(B) 103.96º 0.81% 0.49% -
XYZ 8.68 15.16 3.28 -
YUV 90.36 89.98 99.21 -
System Red Green Blue C M Y K H S L
Decimal 50 124 23 0.60 0 0.81 0.51 103.96 0.69 0.29
Hex 32 7C 17 3C 0 51 33 68 45 1D
Octal 62 174 27 74 0 121 63 150 105 35
Binary 110010 1111100 10111 111100 0 1010001 110011 1101000 1000101 11101

Color Harmonies of #327C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C17

Black with #327C17

Text Example


Text Example

White with #327C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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