Html Css Color HEX #418306 Bilbao

📋 copy color: '#418306'

red 65 ◦ green 131 ◦ blue 6

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

Shades of Bilbao #418306

Tints of Bilbao #418306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 64.85%

 BLUE value IS 6 (2.73% from 255) = 2.97%

R = 32.18%
G = 64.85%
B = 2.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#418306 (or 0x418306) is known color: Bilbao. HEX triplet: 41, 83 and 06. RGB value is (65,131,6). Sum of RGB (Red+Green+Blue) = 65+131+6=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 131 (51.56% from 255 or 64.85% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 131 - color contains mainly: green. Hex color #418306 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418306 is #BE7CF9. Grayscale: #616161. Windows color (decimal): -12483834 or 426817. OLE color: 426817.

HSL color Cylindrical-coordinate representation of color #418306: hue angle of 91.68º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #418306 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 6 -
CMYK 0.50 0 0.95 0.49
HSL 91.68º 0.91% 0.27% -
HSV(B) 91.68º 0.95% 0.51% -
XYZ 10.33 17.37 2.98 -
YUV 97.02 76.63 105.16 -
System Red Green Blue C M Y K H S L
Decimal 65 131 6 0.50 0 0.95 0.49 91.68 0.91 0.27
Hex 41 83 6 32 0 5F 31 5C 5B 1B
Octal 101 203 6 62 0 137 61 134 133 33
Binary 1000001 10000011 110 110010 0 1011111 110001 1011100 1011011 11011

Color Harmonies of #418306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418306

Black with #418306

Text Example


Text Example

White with #418306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418306; }

 p { color: rgb(65,131,6); }

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

background-color css

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

 a { background-color: rgb(65,131,6); }

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

border-color css

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

 span { border-color: rgb(65,131,6); }

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