Html Css Color HEX #317A17 Bilbao

📋 copy color: '#317A17'

red 49 ◦ green 122 ◦ blue 23

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

Shades of Bilbao #317A17

Tints of Bilbao #317A17

RGB

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

 GREEN value IS 122 (48.05% from 255) = 62.89%

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

R = 25.26%
G = 62.89%
B = 11.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.81

 K value IS 0.52

RGB Variations

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

Color information

#317A17 (or 0x317A17) is known color: Bilbao. HEX triplet: 31, 7A and 17. RGB value is (49,122,23). Sum of RGB (Red+Green+Blue) = 49+122+23=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 122 (48.05% from 255 or 62.89% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 122 - color contains mainly: green. Hex color #317A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317A17 is #CE85E8. Grayscale: #595959. Windows color (decimal): -13534697 or 1538609. OLE color: 1538609.

HSL color Cylindrical-coordinate representation of color #317A17: hue angle of 104.24º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #317A17 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 122 23 -
CMYK 0.60 0 0.81 0.52
HSL 104.24º 0.68% 0.28% -
HSV(B) 104.24º 0.81% 0.48% -
XYZ 8.38 14.63 3.19 -
YUV 88.89 90.82 99.55 -
System Red Green Blue C M Y K H S L
Decimal 49 122 23 0.60 0 0.81 0.52 104.24 0.68 0.28
Hex 31 7A 17 3C 0 51 34 68 44 1C
Octal 61 172 27 74 0 121 64 150 104 34
Binary 110001 1111010 10111 111100 0 1010001 110100 1101000 1000100 11100

Color Harmonies of #317A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317A17

Black with #317A17

Text Example


Text Example

White with #317A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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