Html Css Color HEX #417A0E Bilbao

📋 copy color: '#417A0E'

red 65 ◦ green 122 ◦ blue 14

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

Shades of Bilbao #417A0E

Tints of Bilbao #417A0E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 60.7%

 BLUE value IS 14 (5.86% from 255) = 6.97%

R = 32.34%
G = 60.7%
B = 6.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#417A0E (or 0x417A0E) is known color: Bilbao. HEX triplet: 41, 7A and 0E. RGB value is (65,122,14). Sum of RGB (Red+Green+Blue) = 65+122+14=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #417A0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417A0E is #BE85F1. Grayscale: #5D5D5D. Windows color (decimal): -12486130 or 948801. OLE color: 948801.

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

Color convert

RGB 65 122 14 -
CMYK 0.47 0 0.89 0.52
HSL 91.67º 0.79% 0.27% -
HSV(B) 91.67º 0.89% 0.48% -
XYZ 9.22 15.07 2.84 -
YUV 92.65 83.62 108.28 -
System Red Green Blue C M Y K H S L
Decimal 65 122 14 0.47 0 0.89 0.52 91.67 0.79 0.27
Hex 41 7A E 2F 0 59 34 5C 4F 1B
Octal 101 172 16 57 0 131 64 134 117 33
Binary 1000001 1111010 1110 101111 0 1011001 110100 1011100 1001111 11011

Color Harmonies of #417A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A0E

Black with #417A0E

Text Example


Text Example

White with #417A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,122,14); }

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

background-color css

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

 a { background-color: rgb(65,122,14); }

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

border-color css

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

 span { border-color: rgb(65,122,14); }

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