Html Css Color HEX #417431 Bilbao

📋 copy color: '#417431'

red 65 ◦ green 116 ◦ blue 49

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

Shades of Bilbao #417431

Tints of Bilbao #417431

RGB

 RED value IS 65 (25.78% from 255) = 28.26%

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

 BLUE value IS 49 (19.53% from 255) = 21.3%

R = 28.26%
G = 50.43%
B = 21.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#417431 (or 0x417431) is known color: Bilbao. HEX triplet: 41, 74 and 31. RGB value is (65,116,49). Sum of RGB (Red+Green+Blue) = 65+116+49=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #417431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417431 is #BE8BCE. Grayscale: #5D5D5D. Windows color (decimal): -12487631 or 3241025. OLE color: 3241025.

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

Color convert

RGB 65 116 49 -
CMYK 0.44 0 0.58 0.55
HSL 105.67º 0.41% 0.32% -
HSV(B) 105.67º 0.58% 0.45% -
XYZ 8.98 13.84 5.1 -
YUV 93.11 103.1 107.95 -
System Red Green Blue C M Y K H S L
Decimal 65 116 49 0.44 0 0.58 0.55 105.67 0.41 0.32
Hex 41 74 31 2C 0 3A 37 6A 29 20
Octal 101 164 61 54 0 72 67 152 51 40
Binary 1000001 1110100 110001 101100 0 111010 110111 1101010 101001 100000

Color Harmonies of #417431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417431

Black with #417431

Text Example


Text Example

White with #417431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417431; }

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

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

background-color css

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

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

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

border-color css

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

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

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