Html Css Color HEX #318328 Bilbao

📋 copy color: '#318328'

red 49 ◦ green 131 ◦ blue 40

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

Shades of Bilbao #318328

Tints of Bilbao #318328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.55%

 BLUE value IS 40 (16.02% from 255) = 18.18%

R = 22.27%
G = 59.55%
B = 18.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#318328 (or 0x318328) is known color: Bilbao. HEX triplet: 31, 83 and 28. RGB value is (49,131,40). Sum of RGB (Red+Green+Blue) = 49+131+40=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #318328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318328 is #CE7CD7. Grayscale: #606060. Windows color (decimal): -13532376 or 2655025. OLE color: 2655025.

HSL color Cylindrical-coordinate representation of color #318328: hue angle of 114.07º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #318328 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 131 40 -
CMYK 0.63 0 0.69 0.49
HSL 114.07º 0.53% 0.34% -
HSV(B) 114.07º 0.69% 0.51% -
XYZ 9.77 17.04 4.78 -
YUV 96.11 96.33 94.4 -
System Red Green Blue C M Y K H S L
Decimal 49 131 40 0.63 0 0.69 0.49 114.07 0.53 0.34
Hex 31 83 28 3F 0 45 31 72 35 22
Octal 61 203 50 77 0 105 61 162 65 42
Binary 110001 10000011 101000 111111 0 1000101 110001 1110010 110101 100010

Color Harmonies of #318328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318328

Black with #318328

Text Example


Text Example

White with #318328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318328; }

 p { color: rgb(49,131,40); }

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

background-color css

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

 a { background-color: rgb(49,131,40); }

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

border-color css

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

 span { border-color: rgb(49,131,40); }

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