Html Css Color HEX #418030 Bilbao

📋 copy color: '#418030'

red 65 ◦ green 128 ◦ blue 48

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

Shades of Bilbao #418030

Tints of Bilbao #418030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.92%

R = 26.97%
G = 53.11%
B = 19.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#418030 (or 0x418030) is known color: Bilbao. HEX triplet: 41, 80 and 30. RGB value is (65,128,48). Sum of RGB (Red+Green+Blue) = 65+128+48=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #418030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418030 is #BE7FCF. Grayscale: #646464. Windows color (decimal): -12484560 or 3178561. OLE color: 3178561.

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

Color convert

RGB 65 128 48 -
CMYK 0.49 0 0.62 0.50
HSL 107.25º 0.45% 0.35% -
HSV(B) 107.25º 0.63% 0.5% -
XYZ 10.43 16.78 5.48 -
YUV 100.04 98.63 103 -
System Red Green Blue C M Y K H S L
Decimal 65 128 48 0.49 0 0.62 0.50 107.25 0.45 0.35
Hex 41 80 30 31 0 3E 32 6B 2D 23
Octal 101 200 60 61 0 76 62 153 55 43
Binary 1000001 10000000 110000 110001 0 111110 110010 1101011 101101 100011

Color Harmonies of #418030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418030

Black with #418030

Text Example


Text Example

White with #418030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418030; }

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

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

background-color css

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

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

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

border-color css

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

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

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