Html Css Color HEX #318220 Bilbao

📋 copy color: '#318220'

red 49 ◦ green 130 ◦ blue 32

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

Shades of Bilbao #318220

Tints of Bilbao #318220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.61%

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

R = 23.22%
G = 61.61%
B = 15.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#318220 (or 0x318220) is known color: Bilbao. HEX triplet: 31, 82 and 20. RGB value is (49,130,32). Sum of RGB (Red+Green+Blue) = 49+130+32=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #318220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318220 is #CE7DDF. Grayscale: #5E5E5E. Windows color (decimal): -13532640 or 2130481. OLE color: 2130481.

HSL color Cylindrical-coordinate representation of color #318220: hue angle of 109.59º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #318220 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 32 -
CMYK 0.62 0 0.75 0.49
HSL 109.59º 0.6% 0.32% -
HSV(B) 109.59º 0.75% 0.51% -
XYZ 9.51 16.72 4.09 -
YUV 94.61 92.66 95.47 -
System Red Green Blue C M Y K H S L
Decimal 49 130 32 0.62 0 0.75 0.49 109.59 0.6 0.32
Hex 31 82 20 3E 0 4B 31 6E 3C 20
Octal 61 202 40 76 0 113 61 156 74 40
Binary 110001 10000010 100000 111110 0 1001011 110001 1101110 111100 100000

Color Harmonies of #318220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318220

Black with #318220

Text Example


Text Example

White with #318220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318220; }

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

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

background-color css

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

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

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

border-color css

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

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

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