Html Css Color HEX #418700 Bilbao

📋 copy color: '#418700'

red 65 ◦ green 135 ◦ blue 0

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

Shades of Bilbao #418700

Tints of Bilbao #418700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 67.5%

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

R = 32.5%
G = 67.5%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#418700 (or 0x418700) is known color: Bilbao. HEX triplet: 41, 87 and 00. RGB value is (65,135,0). Sum of RGB (Red+Green+Blue) = 65+135+0=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 135 (53.12% from 255 or 67.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 135 - color contains mainly: green. Hex color #418700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418700 is #BE78FF. Grayscale: #636363. Windows color (decimal): -12482816 or 34625. OLE color: 34625.

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

Color convert

RGB 65 135 0 -
CMYK 0.52 0 1 0.47
HSL 91.11º 1% 0.26% -
HSV(B) 91.11º 1% 0.53% -
XYZ 10.84 18.45 2.99 -
YUV 98.68 72.31 103.98 -
System Red Green Blue C M Y K H S L
Decimal 65 135 0 0.52 0 1 0.47 91.11 1 0.26
Hex 41 87 0 34 0 64 2F 5B 64 1A
Octal 101 207 0 64 0 144 57 133 144 32
Binary 1000001 10000111 0 110100 0 1100100 101111 1011011 1100100 11010

Color Harmonies of #418700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418700

Black with #418700

Text Example


Text Example

White with #418700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418700; }

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

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

background-color css

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

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

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

border-color css

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

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

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