Html Css Color HEX #417F13 Bilbao

📋 copy color: '#417F13'

red 65 ◦ green 127 ◦ blue 19

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

Shades of Bilbao #417F13

Tints of Bilbao #417F13

RGB

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

 GREEN value IS 127 (50% from 255) = 60.19%

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

R = 30.81%
G = 60.19%
B = 9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#417F13 (or 0x417F13) is known color: Bilbao. HEX triplet: 41, 7F and 13. RGB value is (65,127,19). Sum of RGB (Red+Green+Blue) = 65+127+19=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #417F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417F13 is #BE80EC. Grayscale: #606060. Windows color (decimal): -12484845 or 1277761. OLE color: 1277761.

HSL color Cylindrical-coordinate representation of color #417F13: hue angle of 94.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #417F13 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 127 19 -
CMYK 0.49 0 0.85 0.50
HSL 94.44º 0.74% 0.29% -
HSV(B) 94.44º 0.85% 0.5% -
XYZ 9.89 16.35 3.25 -
YUV 96.15 84.46 105.78 -
System Red Green Blue C M Y K H S L
Decimal 65 127 19 0.49 0 0.85 0.50 94.44 0.74 0.29
Hex 41 7F 13 31 0 55 32 5E 4A 1D
Octal 101 177 23 61 0 125 62 136 112 35
Binary 1000001 1111111 10011 110001 0 1010101 110010 1011110 1001010 11101

Color Harmonies of #417F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F13

Black with #417F13

Text Example


Text Example

White with #417F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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