Html Css Color HEX #418422 Bilbao

📋 copy color: '#418422'

red 65 ◦ green 132 ◦ blue 34

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

Shades of Bilbao #418422

Tints of Bilbao #418422

RGB

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

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

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

R = 28.14%
G = 57.14%
B = 14.72%

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

#418422 (or 0x418422) is known color: Bilbao. HEX triplet: 41, 84 and 22. RGB value is (65,132,34). Sum of RGB (Red+Green+Blue) = 65+132+34=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #418422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418422 is #BE7BDD. Grayscale: #656565. Windows color (decimal): -12483550 or 2262081. OLE color: 2262081.

HSL color Cylindrical-coordinate representation of color #418422: hue angle of 101.02º 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 #418422 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 132 34 -
CMYK 0.51 0 0.74 0.48
HSL 101.02º 0.59% 0.33% -
HSV(B) 101.02º 0.74% 0.52% -
XYZ 10.72 17.74 4.37 -
YUV 100.8 90.3 102.47 -
System Red Green Blue C M Y K H S L
Decimal 65 132 34 0.51 0 0.74 0.48 101.02 0.59 0.33
Hex 41 84 22 33 0 4A 30 65 3B 21
Octal 101 204 42 63 0 112 60 145 73 41
Binary 1000001 10000100 100010 110011 0 1001010 110000 1100101 111011 100001

Color Harmonies of #418422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418422

Black with #418422

Text Example


Text Example

White with #418422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418422; }

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

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

background-color css

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

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

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

border-color css

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

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

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