Html Css Color HEX #417800 Bilbao

📋 copy color: '#417800'

red 65 ◦ green 120 ◦ blue 0

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

Shades of Bilbao #417800

Tints of Bilbao #417800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 64.86%

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

R = 35.14%
G = 64.86%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#417800 (or 0x417800) is known color: Bilbao. HEX triplet: 41, 78 and 00. RGB value is (65,120,0). Sum of RGB (Red+Green+Blue) = 65+120+0=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 120 (47.27% from 255 or 64.86% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 120 - color contains mainly: green. Hex color #417800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417800 is #BE87FF. Grayscale: #5A5A5A. Windows color (decimal): -12486656 or 30785. OLE color: 30785.

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

Color convert

RGB 65 120 0 -
CMYK 0.46 0 1 0.53
HSL 87.5º 1% 0.24% -
HSV(B) 87.5º 1% 0.47% -
XYZ 8.9 14.56 2.34 -
YUV 89.88 77.28 110.26 -
System Red Green Blue C M Y K H S L
Decimal 65 120 0 0.46 0 1 0.53 87.5 1 0.24
Hex 41 78 0 2E 0 64 35 57 64 18
Octal 101 170 0 56 0 144 65 127 144 30
Binary 1000001 1111000 0 101110 0 1100100 110101 1010111 1100100 11000

Color Harmonies of #417800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417800

Black with #417800

Text Example


Text Example

White with #417800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417800; }

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

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

background-color css

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

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

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

border-color css

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

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

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