Html Css Color HEX #417E0D Bilbao

📋 copy color: '#417E0D'

red 65 ◦ green 126 ◦ blue 13

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

Shades of Bilbao #417E0D

Tints of Bilbao #417E0D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 61.76%

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 31.86%
G = 61.76%
B = 6.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#417E0D (or 0x417E0D) is known color: Bilbao. HEX triplet: 41, 7E and 0D. RGB value is (65,126,13). Sum of RGB (Red+Green+Blue) = 65+126+13=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 126 (49.61% from 255 or 61.76% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 126 - color contains mainly: green. Hex color #417E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417E0D is #BE81F2. Grayscale: #5F5F5F. Windows color (decimal): -12485107 or 884289. OLE color: 884289.

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

Color convert

RGB 65 126 13 -
CMYK 0.48 0 0.90 0.51
HSL 92.39º 0.81% 0.27% -
HSV(B) 92.39º 0.9% 0.49% -
XYZ 9.71 16.07 2.97 -
YUV 94.88 81.79 106.69 -
System Red Green Blue C M Y K H S L
Decimal 65 126 13 0.48 0 0.90 0.51 92.39 0.81 0.27
Hex 41 7E D 30 0 5A 33 5C 51 1B
Octal 101 176 15 60 0 132 63 134 121 33
Binary 1000001 1111110 1101 110000 0 1011010 110011 1011100 1010001 11011

Color Harmonies of #417E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417E0D

Black with #417E0D

Text Example


Text Example

White with #417E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,126,13); }

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

background-color css

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

 a { background-color: rgb(65,126,13); }

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

border-color css

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

 span { border-color: rgb(65,126,13); }

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