Html Css Color HEX #418227 Bilbao

📋 copy color: '#418227'

red 65 ◦ green 130 ◦ blue 39

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

Shades of Bilbao #418227

Tints of Bilbao #418227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.67%

R = 27.78%
G = 55.56%
B = 16.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#418227 (or 0x418227) is known color: Bilbao. HEX triplet: 41, 82 and 27. RGB value is (65,130,39). Sum of RGB (Red+Green+Blue) = 65+130+39=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #418227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418227 is #BE7DD8. Grayscale: #646464. Windows color (decimal): -12484057 or 2589249. OLE color: 2589249.

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

Color convert

RGB 65 130 39 -
CMYK 0.50 0 0.70 0.49
HSL 102.86º 0.54% 0.33% -
HSV(B) 102.86º 0.7% 0.51% -
XYZ 10.53 17.24 4.69 -
YUV 100.19 93.47 102.9 -
System Red Green Blue C M Y K H S L
Decimal 65 130 39 0.50 0 0.70 0.49 102.86 0.54 0.33
Hex 41 82 27 32 0 46 31 67 36 21
Octal 101 202 47 62 0 106 61 147 66 41
Binary 1000001 10000010 100111 110010 0 1000110 110001 1100111 110110 100001

Color Harmonies of #418227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418227

Black with #418227

Text Example


Text Example

White with #418227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418227; }

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

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

background-color css

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

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

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

border-color css

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

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

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