Html Css Color HEX #417613 Bilbao

📋 copy color: '#417613'

red 65 ◦ green 118 ◦ blue 19

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

Shades of Bilbao #417613

Tints of Bilbao #417613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.42%

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 32.18%
G = 58.42%
B = 9.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#417613 (or 0x417613) is known color: Bilbao. HEX triplet: 41, 76 and 13. RGB value is (65,118,19). Sum of RGB (Red+Green+Blue) = 65+118+19=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #417613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417613 is #BE89EC. Grayscale: #5B5B5B. Windows color (decimal): -12487149 or 1275457. OLE color: 1275457.

HSL color Cylindrical-coordinate representation of color #417613: hue angle of 92.12º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #417613 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 118 19 -
CMYK 0.45 0 0.84 0.54
HSL 92.12º 0.72% 0.27% -
HSV(B) 92.12º 0.84% 0.46% -
XYZ 8.78 14.13 2.88 -
YUV 90.87 87.44 109.55 -
System Red Green Blue C M Y K H S L
Decimal 65 118 19 0.45 0 0.84 0.54 92.12 0.72 0.27
Hex 41 76 13 2D 0 54 36 5C 48 1B
Octal 101 166 23 55 0 124 66 134 110 33
Binary 1000001 1110110 10011 101101 0 1010100 110110 1011100 1001000 11011

Color Harmonies of #417613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417613

Black with #417613

Text Example


Text Example

White with #417613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417613; }

 p { color: rgb(65,118,19); }

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

background-color css

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

 a { background-color: rgb(65,118,19); }

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

border-color css

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

 span { border-color: rgb(65,118,19); }

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