Html Css Color HEX #318420 Bilbao

📋 copy color: '#318420'

red 49 ◦ green 132 ◦ blue 32

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

Shades of Bilbao #318420

Tints of Bilbao #318420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.97%

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

R = 23%
G = 61.97%
B = 15.02%

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

#318420 (or 0x318420) is known color: Bilbao. HEX triplet: 31, 84 and 20. RGB value is (49,132,32). Sum of RGB (Red+Green+Blue) = 49+132+32=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #318420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318420 is #CE7BDF. Grayscale: #606060. Windows color (decimal): -13532128 or 2130993. OLE color: 2130993.

HSL color Cylindrical-coordinate representation of color #318420: hue angle of 109.8º 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 #318420 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 132 32 -
CMYK 0.63 0 0.76 0.48
HSL 109.8º 0.61% 0.32% -
HSV(B) 109.8º 0.76% 0.52% -
XYZ 9.78 17.26 4.18 -
YUV 95.78 92 94.63 -
System Red Green Blue C M Y K H S L
Decimal 49 132 32 0.63 0 0.76 0.48 109.8 0.61 0.32
Hex 31 84 20 3F 0 4C 30 6E 3D 20
Octal 61 204 40 77 0 114 60 156 75 40
Binary 110001 10000100 100000 111111 0 1001100 110000 1101110 111101 100000

Color Harmonies of #318420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318420

Black with #318420

Text Example


Text Example

White with #318420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318420; }

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

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

background-color css

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

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

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

border-color css

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

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

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