Html Css Color HEX #418319 Bilbao

📋 copy color: '#418319'

red 65 ◦ green 131 ◦ blue 25

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

Shades of Bilbao #418319

Tints of Bilbao #418319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.31%

R = 29.41%
G = 59.28%
B = 11.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#418319 (or 0x418319) is known color: Bilbao. HEX triplet: 41, 83 and 19. RGB value is (65,131,25). Sum of RGB (Red+Green+Blue) = 65+131+25=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #418319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418319 is #BE7CE6. Grayscale: #636363. Windows color (decimal): -12483815 or 1672001. OLE color: 1672001.

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

Color convert

RGB 65 131 25 -
CMYK 0.50 0 0.81 0.49
HSL 97.36º 0.68% 0.31% -
HSV(B) 97.36º 0.81% 0.51% -
XYZ 10.47 17.43 3.73 -
YUV 99.18 86.13 103.62 -
System Red Green Blue C M Y K H S L
Decimal 65 131 25 0.50 0 0.81 0.49 97.36 0.68 0.31
Hex 41 83 19 32 0 51 31 61 44 1F
Octal 101 203 31 62 0 121 61 141 104 37
Binary 1000001 10000011 11001 110010 0 1010001 110001 1100001 1000100 11111

Color Harmonies of #418319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418319

Black with #418319

Text Example


Text Example

White with #418319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418319; }

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

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

background-color css

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

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

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

border-color css

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

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

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