Html Css Color HEX #418522 Bilbao

📋 copy color: '#418522'

red 65 ◦ green 133 ◦ blue 34

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

Shades of Bilbao #418522

Tints of Bilbao #418522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 28.02%
G = 57.33%
B = 14.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#418522 (or 0x418522) is known color: Bilbao. HEX triplet: 41, 85 and 22. RGB value is (65,133,34). Sum of RGB (Red+Green+Blue) = 65+133+34=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #418522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418522 is #BE7ADD. Grayscale: #656565. Windows color (decimal): -12483294 or 2262337. OLE color: 2262337.

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

Color convert

RGB 65 133 34 -
CMYK 0.51 0 0.74 0.48
HSL 101.21º 0.59% 0.33% -
HSV(B) 101.21º 0.74% 0.52% -
XYZ 10.86 18.01 4.42 -
YUV 101.38 89.97 102.05 -
System Red Green Blue C M Y K H S L
Decimal 65 133 34 0.51 0 0.74 0.48 101.21 0.59 0.33
Hex 41 85 22 33 0 4A 30 65 3B 21
Octal 101 205 42 63 0 112 60 145 73 41
Binary 1000001 10000101 100010 110011 0 1001010 110000 1100101 111011 100001

Color Harmonies of #418522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418522

Black with #418522

Text Example


Text Example

White with #418522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418522; }

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

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

background-color css

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

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

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

border-color css

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

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

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