Html Css Color HEX #417F0F Bilbao

📋 copy color: '#417F0F'

red 65 ◦ green 127 ◦ blue 15

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

Shades of Bilbao #417F0F

Tints of Bilbao #417F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.25%

R = 31.4%
G = 61.35%
B = 7.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#417F0F (or 0x417F0F) is known color: Bilbao. HEX triplet: 41, 7F and 0F. RGB value is (65,127,15). Sum of RGB (Red+Green+Blue) = 65+127+15=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #417F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417F0F is #BE80F0. Grayscale: #606060. Windows color (decimal): -12484849 or 1015617. OLE color: 1015617.

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

Color convert

RGB 65 127 15 -
CMYK 0.49 0 0.88 0.50
HSL 93.21º 0.79% 0.28% -
HSV(B) 93.21º 0.88% 0.5% -
XYZ 9.86 16.34 3.09 -
YUV 95.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 65 127 15 0.49 0 0.88 0.50 93.21 0.79 0.28
Hex 41 7F F 31 0 58 32 5D 4F 1C
Octal 101 177 17 61 0 130 62 135 117 34
Binary 1000001 1111111 1111 110001 0 1011000 110010 1011101 1001111 11100

Color Harmonies of #417F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F0F

Black with #417F0F

Text Example


Text Example

White with #417F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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