Html Css Color HEX #317700 Bilbao

📋 copy color: '#317700'

red 49 ◦ green 119 ◦ blue 0

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

Shades of Bilbao #317700

Tints of Bilbao #317700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 70.83%

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

R = 29.17%
G = 70.83%
B = 0%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#317700 (or 0x317700) is known color: Bilbao. HEX triplet: 31, 77 and 00. RGB value is (49,119,0). Sum of RGB (Red+Green+Blue) = 49+119+0=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 119 (46.88% from 255 or 70.83% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 119 - color contains mainly: green. Hex color #317700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317700 is #CE88FF. Grayscale: #545454. Windows color (decimal): -13535488 or 30513. OLE color: 30513.

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

Color convert

RGB 49 119 0 -
CMYK 0.59 0 1 0.53
HSL 95.29º 1% 0.23% -
HSV(B) 95.29º 1% 0.47% -
XYZ 7.86 13.85 2.26 -
YUV 84.5 80.31 102.68 -
System Red Green Blue C M Y K H S L
Decimal 49 119 0 0.59 0 1 0.53 95.29 1 0.23
Hex 31 77 0 3B 0 64 35 5F 64 17
Octal 61 167 0 73 0 144 65 137 144 27
Binary 110001 1110111 0 111011 0 1100100 110101 1011111 1100100 10111

Color Harmonies of #317700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317700

Black with #317700

Text Example


Text Example

White with #317700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317700; }

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

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

background-color css

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

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

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

border-color css

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

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

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