Html Css Color HEX #317808 Bilbao

📋 copy color: '#317808'

red 49 ◦ green 120 ◦ blue 8

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

Shades of Bilbao #317808

Tints of Bilbao #317808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 67.8%

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 27.68%
G = 67.8%
B = 4.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#317808 (or 0x317808) is known color: Bilbao. HEX triplet: 31, 78 and 08. RGB value is (49,120,8). Sum of RGB (Red+Green+Blue) = 49+120+8=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 120 (47.27% from 255 or 67.80% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 120 - color contains mainly: green. Hex color #317808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317808 is #CE87F7. Grayscale: #565656. Windows color (decimal): -13535224 or 555057. OLE color: 555057.

HSL color Cylindrical-coordinate representation of color #317808: hue angle of 98.04º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #317808 is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 120 8 -
CMYK 0.59 0 0.93 0.53
HSL 98.04º 0.88% 0.25% -
HSV(B) 98.04º 0.93% 0.47% -
XYZ 8.03 14.1 2.53 -
YUV 86 83.98 101.61 -
System Red Green Blue C M Y K H S L
Decimal 49 120 8 0.59 0 0.93 0.53 98.04 0.88 0.25
Hex 31 78 8 3B 0 5D 35 62 58 19
Octal 61 170 10 73 0 135 65 142 130 31
Binary 110001 1111000 1000 111011 0 1011101 110101 1100010 1011000 11001

Color Harmonies of #317808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317808

Black with #317808

Text Example


Text Example

White with #317808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317808; }

 p { color: rgb(49,120,8); }

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

background-color css

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

 a { background-color: rgb(49,120,8); }

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

border-color css

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

 span { border-color: rgb(49,120,8); }

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