Html Css Color HEX #318020 Bilbao

📋 copy color: '#318020'

red 49 ◦ green 128 ◦ blue 32

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

Shades of Bilbao #318020

Tints of Bilbao #318020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 61.24%

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

R = 23.44%
G = 61.24%
B = 15.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#318020 (or 0x318020) is known color: Bilbao. HEX triplet: 31, 80 and 20. RGB value is (49,128,32). Sum of RGB (Red+Green+Blue) = 49+128+32=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #318020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318020 is #CE7FDF. Grayscale: #5D5D5D. Windows color (decimal): -13533152 or 2129969. OLE color: 2129969.

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

Color convert

RGB 49 128 32 -
CMYK 0.62 0 0.75 0.50
HSL 109.38º 0.6% 0.31% -
HSV(B) 109.38º 0.75% 0.5% -
XYZ 9.25 16.2 4.01 -
YUV 93.44 93.33 96.31 -
System Red Green Blue C M Y K H S L
Decimal 49 128 32 0.62 0 0.75 0.50 109.38 0.6 0.31
Hex 31 80 20 3E 0 4B 32 6D 3C 1F
Octal 61 200 40 76 0 113 62 155 74 37
Binary 110001 10000000 100000 111110 0 1001011 110010 1101101 111100 11111

Color Harmonies of #318020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318020

Black with #318020

Text Example


Text Example

White with #318020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318020; }

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

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

background-color css

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

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

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

border-color css

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

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

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