Html Css Color HEX #417700 Bilbao

📋 copy color: '#417700'

red 65 ◦ green 119 ◦ blue 0

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

Shades of Bilbao #417700

Tints of Bilbao #417700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 64.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.33%
G = 64.67%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#417700 (or 0x417700) is known color: Bilbao. HEX triplet: 41, 77 and 00. RGB value is (65,119,0). Sum of RGB (Red+Green+Blue) = 65+119+0=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 119 (46.88% from 255 or 64.67% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 119 - color contains mainly: green. Hex color #417700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417700 is #BE88FF. Grayscale: #595959. Windows color (decimal): -12486912 or 30529. OLE color: 30529.

HSL color Cylindrical-coordinate representation of color #417700: hue angle of 87.23º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #417700 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 0 -
CMYK 0.45 0 1 0.53
HSL 87.23º 1% 0.23% -
HSV(B) 87.23º 1% 0.47% -
XYZ 8.78 14.32 2.3 -
YUV 89.29 77.61 110.68 -
System Red Green Blue C M Y K H S L
Decimal 65 119 0 0.45 0 1 0.53 87.23 1 0.23
Hex 41 77 0 2D 0 64 35 57 64 17
Octal 101 167 0 55 0 144 65 127 144 27
Binary 1000001 1110111 0 101101 0 1100100 110101 1010111 1100100 10111

Color Harmonies of #417700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417700

Black with #417700

Text Example


Text Example

White with #417700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417700; }

 p { color: rgb(65,119,0); }

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

background-color css

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

 a { background-color: rgb(65,119,0); }

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

border-color css

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

 span { border-color: rgb(65,119,0); }

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