Html Css Color HEX #417A07 Bilbao

📋 copy color: '#417A07'

red 65 ◦ green 122 ◦ blue 7

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

Shades of Bilbao #417A07

Tints of Bilbao #417A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.61%

R = 33.51%
G = 62.89%
B = 3.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#417A07 (or 0x417A07) is known color: Bilbao. HEX triplet: 41, 7A and 07. RGB value is (65,122,7). Sum of RGB (Red+Green+Blue) = 65+122+7=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 122 (48.05% from 255 or 62.89% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 122 - color contains mainly: green. Hex color #417A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417A07 is #BE85F8. Grayscale: #5C5C5C. Windows color (decimal): -12486137 or 490049. OLE color: 490049.

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

Color convert

RGB 65 122 7 -
CMYK 0.47 0 0.94 0.52
HSL 89.74º 0.89% 0.25% -
HSV(B) 89.74º 0.94% 0.48% -
XYZ 9.18 15.06 2.62 -
YUV 91.85 80.12 108.85 -
System Red Green Blue C M Y K H S L
Decimal 65 122 7 0.47 0 0.94 0.52 89.74 0.89 0.25
Hex 41 7A 7 2F 0 5E 34 5A 59 19
Octal 101 172 7 57 0 136 64 132 131 31
Binary 1000001 1111010 111 101111 0 1011110 110100 1011010 1011001 11001

Color Harmonies of #417A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A07

Black with #417A07

Text Example


Text Example

White with #417A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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