Html Css Color HEX #418421 Bilbao

📋 copy color: '#418421'

red 65 ◦ green 132 ◦ blue 33

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

Shades of Bilbao #418421

Tints of Bilbao #418421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.39%

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

R = 28.26%
G = 57.39%
B = 14.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#418421 (or 0x418421) is known color: Bilbao. HEX triplet: 41, 84 and 21. RGB value is (65,132,33). Sum of RGB (Red+Green+Blue) = 65+132+33=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #418421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418421 is #BE7BDE. Grayscale: #656565. Windows color (decimal): -12483551 or 2196545. OLE color: 2196545.

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

Color convert

RGB 65 132 33 -
CMYK 0.51 0 0.75 0.48
HSL 100.61º 0.6% 0.32% -
HSV(B) 100.61º 0.75% 0.52% -
XYZ 10.71 17.74 4.3 -
YUV 100.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 65 132 33 0.51 0 0.75 0.48 100.61 0.6 0.32
Hex 41 84 21 33 0 4B 30 65 3C 20
Octal 101 204 41 63 0 113 60 145 74 40
Binary 1000001 10000100 100001 110011 0 1001011 110000 1100101 111100 100000

Color Harmonies of #418421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418421

Black with #418421

Text Example


Text Example

White with #418421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418421; }

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

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

background-color css

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

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

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

border-color css

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

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

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