Html Css Color HEX #317223 Bilbao

📋 copy color: '#317223'

red 49 ◦ green 114 ◦ blue 35

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

Shades of Bilbao #317223

Tints of Bilbao #317223

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.58%

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

R = 24.75%
G = 57.58%
B = 17.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#317223 (or 0x317223) is known color: Bilbao. HEX triplet: 31, 72 and 23. RGB value is (49,114,35). Sum of RGB (Red+Green+Blue) = 49+114+35=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #317223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317223 is #CE8DDC. Grayscale: #555555. Windows color (decimal): -13536733 or 2322993. OLE color: 2322993.

HSL color Cylindrical-coordinate representation of color #317223: hue angle of 109.37º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #317223 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 114 35 -
CMYK 0.57 0 0.69 0.55
HSL 109.37º 0.53% 0.29% -
HSV(B) 109.37º 0.69% 0.45% -
XYZ 7.59 12.81 3.66 -
YUV 85.56 99.47 101.92 -
System Red Green Blue C M Y K H S L
Decimal 49 114 35 0.57 0 0.69 0.55 109.37 0.53 0.29
Hex 31 72 23 39 0 45 37 6D 35 1D
Octal 61 162 43 71 0 105 67 155 65 35
Binary 110001 1110010 100011 111001 0 1000101 110111 1101101 110101 11101

Color Harmonies of #317223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317223

Black with #317223

Text Example


Text Example

White with #317223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317223; }

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

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

background-color css

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

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

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

border-color css

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

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

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