Html Css Color HEX #317423 Bilbao

📋 copy color: '#317423'

red 49 ◦ green 116 ◦ blue 35

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

Shades of Bilbao #317423

Tints of Bilbao #317423

RGB

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

 GREEN value IS 116 (45.7% from 255) = 58%

 BLUE value IS 35 (14.06% from 255) = 17.5%

R = 24.5%
G = 58%
B = 17.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#317423 (or 0x317423) is known color: Bilbao. HEX triplet: 31, 74 and 23. RGB value is (49,116,35). Sum of RGB (Red+Green+Blue) = 49+116+35=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #317423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317423 is #CE8BDC. Grayscale: #565656. Windows color (decimal): -13536221 or 2323505. OLE color: 2323505.

HSL color Cylindrical-coordinate representation of color #317423: hue angle of 109.63º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #317423 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 35 -
CMYK 0.58 0 0.70 0.55
HSL 109.63º 0.54% 0.3% -
HSV(B) 109.63º 0.7% 0.45% -
XYZ 7.82 13.27 3.74 -
YUV 86.73 98.8 101.09 -
System Red Green Blue C M Y K H S L
Decimal 49 116 35 0.58 0 0.70 0.55 109.63 0.54 0.3
Hex 31 74 23 3A 0 46 37 6E 36 1E
Octal 61 164 43 72 0 106 67 156 66 36
Binary 110001 1110100 100011 111010 0 1000110 110111 1101110 110110 11110

Color Harmonies of #317423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317423

Black with #317423

Text Example


Text Example

White with #317423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317423; }

 p { color: rgb(49,116,35); }

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

background-color css

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

 a { background-color: rgb(49,116,35); }

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

border-color css

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

 span { border-color: rgb(49,116,35); }

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