Html Css Color HEX #318520 Bilbao

📋 copy color: '#318520'

red 49 ◦ green 133 ◦ blue 32

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

Shades of Bilbao #318520

Tints of Bilbao #318520

RGB

 RED value IS 49 (19.53% from 255) = 22.9%

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

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 22.9%
G = 62.15%
B = 14.95%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#318520 (or 0x318520) is known color: Bilbao. HEX triplet: 31, 85 and 20. RGB value is (49,133,32). Sum of RGB (Red+Green+Blue) = 49+133+32=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #318520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318520 is #CE7ADF. Grayscale: #606060. Windows color (decimal): -13531872 or 2131249. OLE color: 2131249.

HSL color Cylindrical-coordinate representation of color #318520: hue angle of 109.9º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318520 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 133 32 -
CMYK 0.63 0 0.76 0.48
HSL 109.9º 0.61% 0.32% -
HSV(B) 109.9º 0.76% 0.52% -
XYZ 9.91 17.53 4.23 -
YUV 96.37 91.67 94.21 -
System Red Green Blue C M Y K H S L
Decimal 49 133 32 0.63 0 0.76 0.48 109.9 0.61 0.32
Hex 31 85 20 3F 0 4C 30 6E 3D 20
Octal 61 205 40 77 0 114 60 156 75 40
Binary 110001 10000101 100000 111111 0 1001100 110000 1101110 111101 100000

Color Harmonies of #318520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318520

Black with #318520

Text Example


Text Example

White with #318520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318520; }

 p { color: rgb(49,133,32); }

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

background-color css

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

 a { background-color: rgb(49,133,32); }

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

border-color css

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

 span { border-color: rgb(49,133,32); }

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