Html Css Color HEX #328518 Bilbao

📋 copy color: '#328518'

red 50 ◦ green 133 ◦ blue 24

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

Shades of Bilbao #328518

Tints of Bilbao #328518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.25%

 BLUE value IS 24 (9.77% from 255) = 11.59%

R = 24.15%
G = 64.25%
B = 11.59%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#328518 (or 0x328518) is known color: Bilbao. HEX triplet: 32, 85 and 18. RGB value is (50,133,24). Sum of RGB (Red+Green+Blue) = 50+133+24=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #328518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328518 is #CD7AE7. Grayscale: #606060. Windows color (decimal): -13466344 or 1606962. OLE color: 1606962.

HSL color Cylindrical-coordinate representation of color #328518: hue angle of 105.69º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #328518 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 24 -
CMYK 0.62 0 0.82 0.48
HSL 105.69º 0.69% 0.31% -
HSV(B) 105.69º 0.82% 0.52% -
XYZ 9.87 17.52 3.73 -
YUV 95.76 87.5 95.36 -
System Red Green Blue C M Y K H S L
Decimal 50 133 24 0.62 0 0.82 0.48 105.69 0.69 0.31
Hex 32 85 18 3E 0 52 30 6A 45 1F
Octal 62 205 30 76 0 122 60 152 105 37
Binary 110010 10000101 11000 111110 0 1010010 110000 1101010 1000101 11111

Color Harmonies of #328518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328518

Black with #328518

Text Example


Text Example

White with #328518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328518; }

 p { color: rgb(50,133,24); }

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

background-color css

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

 a { background-color: rgb(50,133,24); }

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

border-color css

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

 span { border-color: rgb(50,133,24); }

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