Html Css Color HEX #318917 Bilbao

📋 copy color: '#318917'

red 49 ◦ green 137 ◦ blue 23

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

Shades of Bilbao #318917

Tints of Bilbao #318917

RGB

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

 GREEN value IS 137 (53.91% from 255) = 65.55%

 BLUE value IS 23 (9.38% from 255) = 11%

R = 23.44%
G = 65.55%
B = 11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#318917 (or 0x318917) is known color: Bilbao. HEX triplet: 31, 89 and 17. RGB value is (49,137,23). Sum of RGB (Red+Green+Blue) = 49+137+23=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #318917 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318917 is #CE76E8. Grayscale: #626262. Windows color (decimal): -13530857 or 1542449. OLE color: 1542449.

HSL color Cylindrical-coordinate representation of color #318917: hue angle of 106.32º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #318917 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 137 23 -
CMYK 0.64 0 0.83 0.46
HSL 106.32º 0.71% 0.31% -
HSV(B) 106.32º 0.83% 0.54% -
XYZ 10.37 18.61 3.86 -
YUV 97.69 85.85 93.27 -
System Red Green Blue C M Y K H S L
Decimal 49 137 23 0.64 0 0.83 0.46 106.32 0.71 0.31
Hex 31 89 17 40 0 53 2E 6A 47 1F
Octal 61 211 27 100 0 123 56 152 107 37
Binary 110001 10001001 10111 1000000 0 1010011 101110 1101010 1000111 11111

Color Harmonies of #318917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318917

Black with #318917

Text Example


Text Example

White with #318917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318917; }

 p { color: rgb(49,137,23); }

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

background-color css

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

 a { background-color: rgb(49,137,23); }

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

border-color css

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

 span { border-color: rgb(49,137,23); }

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