Html Css Color HEX #417115 Bilbao

📋 copy color: '#417115'

red 65 ◦ green 113 ◦ blue 21

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

Shades of Bilbao #417115

Tints of Bilbao #417115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.78%

 BLUE value IS 21 (8.59% from 255) = 10.55%

R = 32.66%
G = 56.78%
B = 10.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#417115 (or 0x417115) is known color: Bilbao. HEX triplet: 41, 71 and 15. RGB value is (65,113,21). Sum of RGB (Red+Green+Blue) = 65+113+21=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #417115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417115 is #BE8EEA. Grayscale: #585858. Windows color (decimal): -12488427 or 1405249. OLE color: 1405249.

HSL color Cylindrical-coordinate representation of color #417115: hue angle of 91.3º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #417115 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 21 -
CMYK 0.42 0 0.81 0.56
HSL 91.3º 0.69% 0.26% -
HSV(B) 91.3º 0.81% 0.44% -
XYZ 8.22 12.99 2.78 -
YUV 88.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 65 113 21 0.42 0 0.81 0.56 91.3 0.69 0.26
Hex 41 71 15 2A 0 51 38 5B 45 1A
Octal 101 161 25 52 0 121 70 133 105 32
Binary 1000001 1110001 10101 101010 0 1010001 111000 1011011 1000101 11010

Color Harmonies of #417115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417115

Black with #417115

Text Example


Text Example

White with #417115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417115; }

 p { color: rgb(65,113,21); }

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

background-color css

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

 a { background-color: rgb(65,113,21); }

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

border-color css

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

 span { border-color: rgb(65,113,21); }

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