Html Css Color HEX #418221 Bilbao

📋 copy color: '#418221'

red 65 ◦ green 130 ◦ blue 33

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

Shades of Bilbao #418221

Tints of Bilbao #418221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.47%

R = 28.51%
G = 57.02%
B = 14.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#418221 (or 0x418221) is known color: Bilbao. HEX triplet: 41, 82 and 21. RGB value is (65,130,33). Sum of RGB (Red+Green+Blue) = 65+130+33=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #418221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418221 is #BE7DDE. Grayscale: #636363. Windows color (decimal): -12484063 or 2196033. OLE color: 2196033.

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

Color convert

RGB 65 130 33 -
CMYK 0.50 0 0.75 0.49
HSL 100.21º 0.6% 0.32% -
HSV(B) 100.21º 0.75% 0.51% -
XYZ 10.44 17.2 4.21 -
YUV 99.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 65 130 33 0.50 0 0.75 0.49 100.21 0.6 0.32
Hex 41 82 21 32 0 4B 31 64 3C 20
Octal 101 202 41 62 0 113 61 144 74 40
Binary 1000001 10000010 100001 110010 0 1001011 110001 1100100 111100 100000

Color Harmonies of #418221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418221

Black with #418221

Text Example


Text Example

White with #418221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418221; }

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

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

background-color css

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

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

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

border-color css

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

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

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