Html Css Color HEX #318717 Bilbao

📋 copy color: '#318717'

red 49 ◦ green 135 ◦ blue 23

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

Shades of Bilbao #318717

Tints of Bilbao #318717

RGB

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

 GREEN value IS 135 (53.13% from 255) = 65.22%

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

R = 23.67%
G = 65.22%
B = 11.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#318717 (or 0x318717) is known color: Bilbao. HEX triplet: 31, 87 and 17. RGB value is (49,135,23). Sum of RGB (Red+Green+Blue) = 49+135+23=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 135 (53.12% from 255 or 65.22% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 135 - color contains mainly: green. Hex color #318717 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318717 is #CE78E8. Grayscale: #606060. Windows color (decimal): -13531369 or 1541937. OLE color: 1541937.

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

Color convert

RGB 49 135 23 -
CMYK 0.64 0 0.83 0.47
HSL 106.07º 0.71% 0.31% -
HSV(B) 106.07º 0.83% 0.53% -
XYZ 10.09 18.04 3.76 -
YUV 96.52 86.51 94.11 -
System Red Green Blue C M Y K H S L
Decimal 49 135 23 0.64 0 0.83 0.47 106.07 0.71 0.31
Hex 31 87 17 40 0 53 2F 6A 47 1F
Octal 61 207 27 100 0 123 57 152 107 37
Binary 110001 10000111 10111 1000000 0 1010011 101111 1101010 1000111 11111

Color Harmonies of #318717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318717

Black with #318717

Text Example


Text Example

White with #318717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318717; }

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

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

background-color css

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

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

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

border-color css

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

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

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