Html Css Color HEX #418709 Bilbao

📋 copy color: '#418709'

red 65 ◦ green 135 ◦ blue 9

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

Shades of Bilbao #418709

Tints of Bilbao #418709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.31%

R = 31.1%
G = 64.59%
B = 4.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#418709 (or 0x418709) is known color: Bilbao. HEX triplet: 41, 87 and 09. RGB value is (65,135,9). Sum of RGB (Red+Green+Blue) = 65+135+9=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 135 (53.12% from 255 or 64.59% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 135 - color contains mainly: green. Hex color #418709 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418709 is #BE78F6. Grayscale: #646464. Windows color (decimal): -12482807 or 624449. OLE color: 624449.

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

Color convert

RGB 65 135 9 -
CMYK 0.52 0 0.93 0.47
HSL 93.33º 0.88% 0.28% -
HSV(B) 93.33º 0.93% 0.53% -
XYZ 10.89 18.47 3.25 -
YUV 99.71 76.81 103.25 -
System Red Green Blue C M Y K H S L
Decimal 65 135 9 0.52 0 0.93 0.47 93.33 0.88 0.28
Hex 41 87 9 34 0 5D 2F 5D 58 1C
Octal 101 207 11 64 0 135 57 135 130 34
Binary 1000001 10000111 1001 110100 0 1011101 101111 1011101 1011000 11100

Color Harmonies of #418709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418709

Black with #418709

Text Example


Text Example

White with #418709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418709; }

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

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

background-color css

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

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

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

border-color css

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

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

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