Html Css Color HEX #417B14 Bilbao

📋 copy color: '#417B14'

red 65 ◦ green 123 ◦ blue 20

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

Shades of Bilbao #417B14

Tints of Bilbao #417B14

RGB

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

 GREEN value IS 123 (48.44% from 255) = 59.13%

 BLUE value IS 20 (8.2% from 255) = 9.62%

R = 31.25%
G = 59.13%
B = 9.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#417B14 (or 0x417B14) is known color: Bilbao. HEX triplet: 41, 7B and 14. RGB value is (65,123,20). Sum of RGB (Red+Green+Blue) = 65+123+20=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #417B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417B14 is #BE84EB. Grayscale: #5E5E5E. Windows color (decimal): -12485868 or 1342273. OLE color: 1342273.

HSL color Cylindrical-coordinate representation of color #417B14: hue angle of 93.79º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #417B14 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 123 20 -
CMYK 0.47 0 0.84 0.52
HSL 93.79º 0.72% 0.28% -
HSV(B) 93.79º 0.84% 0.48% -
XYZ 9.39 15.34 3.13 -
YUV 93.92 86.28 107.38 -
System Red Green Blue C M Y K H S L
Decimal 65 123 20 0.47 0 0.84 0.52 93.79 0.72 0.28
Hex 41 7B 14 2F 0 54 34 5E 48 1C
Octal 101 173 24 57 0 124 64 136 110 34
Binary 1000001 1111011 10100 101111 0 1010100 110100 1011110 1001000 11100

Color Harmonies of #417B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417B14

Black with #417B14

Text Example


Text Example

White with #417B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,123,20); }

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

background-color css

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

 a { background-color: rgb(65,123,20); }

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

border-color css

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

 span { border-color: rgb(65,123,20); }

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