Html Css Color HEX #328717 Bilbao

📋 copy color: '#328717'

red 50 ◦ green 135 ◦ blue 23

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

Shades of Bilbao #328717

Tints of Bilbao #328717

RGB

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

 GREEN value IS 135 (53.13% from 255) = 64.9%

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

R = 24.04%
G = 64.9%
B = 11.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#328717 (or 0x328717) is known color: Bilbao. HEX triplet: 32, 87 and 17. RGB value is (50,135,23). Sum of RGB (Red+Green+Blue) = 50+135+23=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #328717 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328717 is #CD78E8. Grayscale: #616161. Windows color (decimal): -13465833 or 1541938. OLE color: 1541938.

HSL color Cylindrical-coordinate representation of color #328717: hue angle of 105.54º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #328717 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 135 23 -
CMYK 0.63 0 0.83 0.47
HSL 105.54º 0.71% 0.31% -
HSV(B) 105.54º 0.83% 0.53% -
XYZ 10.13 18.07 3.76 -
YUV 96.82 86.34 94.61 -
System Red Green Blue C M Y K H S L
Decimal 50 135 23 0.63 0 0.83 0.47 105.54 0.71 0.31
Hex 32 87 17 3F 0 53 2F 6A 47 1F
Octal 62 207 27 77 0 123 57 152 107 37
Binary 110010 10000111 10111 111111 0 1010011 101111 1101010 1000111 11111

Color Harmonies of #328717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328717

Black with #328717

Text Example


Text Example

White with #328717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328717; }

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

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

background-color css

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

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

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

border-color css

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

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

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