Html Css Color HEX #418223 Bilbao

📋 copy color: '#418223'

red 65 ◦ green 130 ◦ blue 35

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

Shades of Bilbao #418223

Tints of Bilbao #418223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.22%

R = 28.26%
G = 56.52%
B = 15.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#418223 (or 0x418223) is known color: Bilbao. HEX triplet: 41, 82 and 23. RGB value is (65,130,35). Sum of RGB (Red+Green+Blue) = 65+130+35=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #418223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418223 is #BE7DDC. Grayscale: #646464. Windows color (decimal): -12484061 or 2327105. OLE color: 2327105.

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

Color convert

RGB 65 130 35 -
CMYK 0.50 0 0.73 0.49
HSL 101.05º 0.58% 0.32% -
HSV(B) 101.05º 0.73% 0.51% -
XYZ 10.47 17.21 4.36 -
YUV 99.74 91.47 103.22 -
System Red Green Blue C M Y K H S L
Decimal 65 130 35 0.50 0 0.73 0.49 101.05 0.58 0.32
Hex 41 82 23 32 0 49 31 65 3A 20
Octal 101 202 43 62 0 111 61 145 72 40
Binary 1000001 10000010 100011 110010 0 1001001 110001 1100101 111010 100000

Color Harmonies of #418223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418223

Black with #418223

Text Example


Text Example

White with #418223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418223; }

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

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

background-color css

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

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

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

border-color css

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

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

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