Html Css Color HEX #418314 Bilbao

📋 copy color: '#418314'

red 65 ◦ green 131 ◦ blue 20

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

Shades of Bilbao #418314

Tints of Bilbao #418314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 30.09%
G = 60.65%
B = 9.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#418314 (or 0x418314) is known color: Bilbao. HEX triplet: 41, 83 and 14. RGB value is (65,131,20). Sum of RGB (Red+Green+Blue) = 65+131+20=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 131 (51.56% from 255 or 60.65% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 131 - color contains mainly: green. Hex color #418314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418314 is #BE7CEB. Grayscale: #626262. Windows color (decimal): -12483820 or 1344321. OLE color: 1344321.

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

Color convert

RGB 65 131 20 -
CMYK 0.50 0 0.85 0.49
HSL 95.68º 0.74% 0.3% -
HSV(B) 95.68º 0.85% 0.51% -
XYZ 10.42 17.41 3.47 -
YUV 98.61 83.63 104.03 -
System Red Green Blue C M Y K H S L
Decimal 65 131 20 0.50 0 0.85 0.49 95.68 0.74 0.3
Hex 41 83 14 32 0 55 31 60 4A 1E
Octal 101 203 24 62 0 125 61 140 112 36
Binary 1000001 10000011 10100 110010 0 1010101 110001 1100000 1001010 11110

Color Harmonies of #418314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418314

Black with #418314

Text Example


Text Example

White with #418314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418314; }

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

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

background-color css

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

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

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

border-color css

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

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

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