Html Css Color HEX #318800 Bilbao

📋 copy color: '#318800'

red 49 ◦ green 136 ◦ blue 0

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

Shades of Bilbao #318800

Tints of Bilbao #318800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 73.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.49%
G = 73.51%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#318800 (or 0x318800) is known color: Bilbao. HEX triplet: 31, 88 and 00. RGB value is (49,136,0). Sum of RGB (Red+Green+Blue) = 49+136+0=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 136 (53.52% from 255 or 73.51% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 136 - color contains mainly: green. Hex color #318800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318800 is #CE77FF. Grayscale: #5E5E5E. Windows color (decimal): -13531136 or 34865. OLE color: 34865.

HSL color Cylindrical-coordinate representation of color #318800: hue angle of 98.38º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #318800 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 136 0 -
CMYK 0.64 0 1 0.47
HSL 98.38º 1% 0.27% -
HSV(B) 98.38º 1% 0.53% -
XYZ 10.07 18.26 2.99 -
YUV 94.48 74.68 95.56 -
System Red Green Blue C M Y K H S L
Decimal 49 136 0 0.64 0 1 0.47 98.38 1 0.27
Hex 31 88 0 40 0 64 2F 62 64 1B
Octal 61 210 0 100 0 144 57 142 144 33
Binary 110001 10001000 0 1000000 0 1100100 101111 1100010 1100100 11011

Color Harmonies of #318800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318800

Black with #318800

Text Example


Text Example

White with #318800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318800; }

 p { color: rgb(49,136,0); }

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

background-color css

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

 a { background-color: rgb(49,136,0); }

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

border-color css

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

 span { border-color: rgb(49,136,0); }

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