Html Css Color HEX #317421 Bilbao

📋 copy color: '#317421'

red 49 ◦ green 116 ◦ blue 33

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

Shades of Bilbao #317421

Tints of Bilbao #317421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.67%

R = 24.75%
G = 58.59%
B = 16.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#317421 (or 0x317421) is known color: Bilbao. HEX triplet: 31, 74 and 21. RGB value is (49,116,33). Sum of RGB (Red+Green+Blue) = 49+116+33=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #317421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317421 is #CE8BDE. Grayscale: #565656. Windows color (decimal): -13536223 or 2192433. OLE color: 2192433.

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

Color convert

RGB 49 116 33 -
CMYK 0.58 0 0.72 0.55
HSL 108.43º 0.56% 0.29% -
HSV(B) 108.43º 0.72% 0.45% -
XYZ 7.79 13.25 3.59 -
YUV 86.51 97.8 101.25 -
System Red Green Blue C M Y K H S L
Decimal 49 116 33 0.58 0 0.72 0.55 108.43 0.56 0.29
Hex 31 74 21 3A 0 48 37 6C 38 1D
Octal 61 164 41 72 0 110 67 154 70 35
Binary 110001 1110100 100001 111010 0 1001000 110111 1101100 111000 11101

Color Harmonies of #317421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317421

Black with #317421

Text Example


Text Example

White with #317421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317421; }

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

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

background-color css

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

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

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

border-color css

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

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

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