Html Css Color HEX #417D16 Bilbao

📋 copy color: '#417D16'

red 65 ◦ green 125 ◦ blue 22

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

Shades of Bilbao #417D16

Tints of Bilbao #417D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.96%

 BLUE value IS 22 (8.98% from 255) = 10.38%

R = 30.66%
G = 58.96%
B = 10.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#417D16 (or 0x417D16) is known color: Bilbao. HEX triplet: 41, 7D and 16. RGB value is (65,125,22). Sum of RGB (Red+Green+Blue) = 65+125+22=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #417D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417D16 is #BE82E9. Grayscale: #5F5F5F. Windows color (decimal): -12485354 or 1473857. OLE color: 1473857.

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

Color convert

RGB 65 125 22 -
CMYK 0.48 0 0.82 0.51
HSL 94.95º 0.7% 0.29% -
HSV(B) 94.95º 0.82% 0.49% -
XYZ 9.66 15.85 3.31 -
YUV 95.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 65 125 22 0.48 0 0.82 0.51 94.95 0.7 0.29
Hex 41 7D 16 30 0 52 33 5F 46 1D
Octal 101 175 26 60 0 122 63 137 106 35
Binary 1000001 1111101 10110 110000 0 1010010 110011 1011111 1000110 11101

Color Harmonies of #417D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D16

Black with #417D16

Text Example


Text Example

White with #417D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,125,22); }

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

background-color css

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

 a { background-color: rgb(65,125,22); }

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

border-color css

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

 span { border-color: rgb(65,125,22); }

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