Html Css Color HEX #418521 Bilbao

📋 copy color: '#418521'

red 65 ◦ green 133 ◦ blue 33

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

Shades of Bilbao #418521

Tints of Bilbao #418521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.58%

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

R = 28.14%
G = 57.58%
B = 14.29%

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

#418521 (or 0x418521) is known color: Bilbao. HEX triplet: 41, 85 and 21. RGB value is (65,133,33). Sum of RGB (Red+Green+Blue) = 65+133+33=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #418521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418521 is #BE7ADE. Grayscale: #656565. Windows color (decimal): -12483295 or 2196801. OLE color: 2196801.

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

Color convert

RGB 65 133 33 -
CMYK 0.51 0 0.75 0.48
HSL 100.8º 0.6% 0.33% -
HSV(B) 100.8º 0.75% 0.52% -
XYZ 10.84 18.01 4.34 -
YUV 101.27 89.47 102.13 -
System Red Green Blue C M Y K H S L
Decimal 65 133 33 0.51 0 0.75 0.48 100.8 0.6 0.33
Hex 41 85 21 33 0 4B 30 65 3C 21
Octal 101 205 41 63 0 113 60 145 74 41
Binary 1000001 10000101 100001 110011 0 1001011 110000 1100101 111100 100001

Color Harmonies of #418521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418521

Black with #418521

Text Example


Text Example

White with #418521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418521; }

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

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

background-color css

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

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

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

border-color css

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

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

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