Html Css Color HEX #418226 Bilbao

📋 copy color: '#418226'

red 65 ◦ green 130 ◦ blue 38

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

Shades of Bilbao #418226

Tints of Bilbao #418226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.79%

 BLUE value IS 38 (15.23% from 255) = 16.31%

R = 27.9%
G = 55.79%
B = 16.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#418226 (or 0x418226) is known color: Bilbao. HEX triplet: 41, 82 and 26. RGB value is (65,130,38). Sum of RGB (Red+Green+Blue) = 65+130+38=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #418226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418226 is #BE7DD9. Grayscale: #646464. Windows color (decimal): -12484058 or 2523713. OLE color: 2523713.

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

Color convert

RGB 65 130 38 -
CMYK 0.50 0 0.71 0.49
HSL 102.39º 0.55% 0.33% -
HSV(B) 102.39º 0.71% 0.51% -
XYZ 10.51 17.23 4.61 -
YUV 100.08 92.97 102.98 -
System Red Green Blue C M Y K H S L
Decimal 65 130 38 0.50 0 0.71 0.49 102.39 0.55 0.33
Hex 41 82 26 32 0 47 31 66 37 21
Octal 101 202 46 62 0 107 61 146 67 41
Binary 1000001 10000010 100110 110010 0 1000111 110001 1100110 110111 100001

Color Harmonies of #418226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418226

Black with #418226

Text Example


Text Example

White with #418226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418226; }

 p { color: rgb(65,130,38); }

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

background-color css

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

 a { background-color: rgb(65,130,38); }

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

border-color css

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

 span { border-color: rgb(65,130,38); }

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