Html Css Color HEX #418029 Bilbao

📋 copy color: '#418029'

red 65 ◦ green 128 ◦ blue 41

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

Shades of Bilbao #418029

Tints of Bilbao #418029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.7%

 BLUE value IS 41 (16.41% from 255) = 17.52%

R = 27.78%
G = 54.7%
B = 17.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#418029 (or 0x418029) is known color: Bilbao. HEX triplet: 41, 80 and 29. RGB value is (65,128,41). Sum of RGB (Red+Green+Blue) = 65+128+41=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #418029 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418029 is #BE7FD6. Grayscale: #636363. Windows color (decimal): -12484567 or 2719809. OLE color: 2719809.

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

Color convert

RGB 65 128 41 -
CMYK 0.49 0 0.68 0.50
HSL 103.45º 0.51% 0.33% -
HSV(B) 103.45º 0.68% 0.5% -
XYZ 10.3 16.72 4.78 -
YUV 99.25 95.13 103.57 -
System Red Green Blue C M Y K H S L
Decimal 65 128 41 0.49 0 0.68 0.50 103.45 0.51 0.33
Hex 41 80 29 31 0 44 32 67 33 21
Octal 101 200 51 61 0 104 62 147 63 41
Binary 1000001 10000000 101001 110001 0 1000100 110010 1100111 110011 100001

Color Harmonies of #418029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418029

Black with #418029

Text Example


Text Example

White with #418029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418029; }

 p { color: rgb(65,128,41); }

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

background-color css

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

 a { background-color: rgb(65,128,41); }

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

border-color css

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

 span { border-color: rgb(65,128,41); }

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