Html Css Color HEX #417C0F Bilbao

📋 copy color: '#417C0F'

red 65 ◦ green 124 ◦ blue 15

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

Shades of Bilbao #417C0F

Tints of Bilbao #417C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 60.78%

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

R = 31.86%
G = 60.78%
B = 7.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#417C0F (or 0x417C0F) is known color: Bilbao. HEX triplet: 41, 7C and 0F. RGB value is (65,124,15). Sum of RGB (Red+Green+Blue) = 65+124+15=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #417C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417C0F is #BE83F0. Grayscale: #5E5E5E. Windows color (decimal): -12485617 or 1014849. OLE color: 1014849.

HSL color Cylindrical-coordinate representation of color #417C0F: hue angle of 92.48º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #417C0F is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 124 15 -
CMYK 0.48 0 0.88 0.51
HSL 92.48º 0.78% 0.27% -
HSV(B) 92.48º 0.88% 0.49% -
XYZ 9.47 15.57 2.96 -
YUV 93.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 65 124 15 0.48 0 0.88 0.51 92.48 0.78 0.27
Hex 41 7C F 30 0 58 33 5C 4E 1B
Octal 101 174 17 60 0 130 63 134 116 33
Binary 1000001 1111100 1111 110000 0 1011000 110011 1011100 1001110 11011

Color Harmonies of #417C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C0F

Black with #417C0F

Text Example


Text Example

White with #417C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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