Html Css Color HEX #417530 Bilbao

📋 copy color: '#417530'

red 65 ◦ green 117 ◦ blue 48

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

Shades of Bilbao #417530

Tints of Bilbao #417530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.87%

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 28.26%
G = 50.87%
B = 20.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#417530 (or 0x417530) is known color: Bilbao. HEX triplet: 41, 75 and 30. RGB value is (65,117,48). Sum of RGB (Red+Green+Blue) = 65+117+48=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #417530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417530 is #BE8ACF. Grayscale: #5D5D5D. Windows color (decimal): -12487376 or 3175745. OLE color: 3175745.

HSL color Cylindrical-coordinate representation of color #417530: hue angle of 105.22º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #417530 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 117 48 -
CMYK 0.44 0 0.59 0.54
HSL 105.22º 0.42% 0.32% -
HSV(B) 105.22º 0.59% 0.46% -
XYZ 9.07 14.06 5.03 -
YUV 93.59 102.27 107.61 -
System Red Green Blue C M Y K H S L
Decimal 65 117 48 0.44 0 0.59 0.54 105.22 0.42 0.32
Hex 41 75 30 2C 0 3B 36 69 2A 20
Octal 101 165 60 54 0 73 66 151 52 40
Binary 1000001 1110101 110000 101100 0 111011 110110 1101001 101010 100000

Color Harmonies of #417530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417530

Black with #417530

Text Example


Text Example

White with #417530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417530; }

 p { color: rgb(65,117,48); }

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

background-color css

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

 a { background-color: rgb(65,117,48); }

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

border-color css

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

 span { border-color: rgb(65,117,48); }

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