Html Css Color HEX #417F16 Bilbao

📋 copy color: '#417F16'

red 65 ◦ green 127 ◦ blue 22

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

Shades of Bilbao #417F16

Tints of Bilbao #417F16

RGB

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

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

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

R = 30.37%
G = 59.35%
B = 10.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#417F16 (or 0x417F16) is known color: Bilbao. HEX triplet: 41, 7F and 16. RGB value is (65,127,22). Sum of RGB (Red+Green+Blue) = 65+127+22=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #417F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417F16 is #BE80E9. Grayscale: #606060. Windows color (decimal): -12484842 or 1474369. OLE color: 1474369.

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

Color convert

RGB 65 127 22 -
CMYK 0.49 0 0.83 0.50
HSL 95.43º 0.7% 0.29% -
HSV(B) 95.43º 0.83% 0.5% -
XYZ 9.91 16.36 3.39 -
YUV 96.49 85.96 105.54 -
System Red Green Blue C M Y K H S L
Decimal 65 127 22 0.49 0 0.83 0.50 95.43 0.7 0.29
Hex 41 7F 16 31 0 53 32 5F 46 1D
Octal 101 177 26 61 0 123 62 137 106 35
Binary 1000001 1111111 10110 110001 0 1010011 110010 1011111 1000110 11101

Color Harmonies of #417F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F16

Black with #417F16

Text Example


Text Example

White with #417F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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