Html Css Color HEX #418121 Bilbao

📋 copy color: '#418121'

red 65 ◦ green 129 ◦ blue 33

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

Shades of Bilbao #418121

Tints of Bilbao #418121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.83%

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

R = 28.63%
G = 56.83%
B = 14.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#418121 (or 0x418121) is known color: Bilbao. HEX triplet: 41, 81 and 21. RGB value is (65,129,33). Sum of RGB (Red+Green+Blue) = 65+129+33=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #418121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418121 is #BE7EDE. Grayscale: #636363. Windows color (decimal): -12484319 or 2195777. OLE color: 2195777.

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

Color convert

RGB 65 129 33 -
CMYK 0.50 0 0.74 0.49
HSL 100º 0.59% 0.32% -
HSV(B) 100º 0.74% 0.51% -
XYZ 10.3 16.93 4.16 -
YUV 98.92 90.8 103.81 -
System Red Green Blue C M Y K H S L
Decimal 65 129 33 0.50 0 0.74 0.49 100 0.59 0.32
Hex 41 81 21 32 0 4A 31 64 3B 20
Octal 101 201 41 62 0 112 61 144 73 40
Binary 1000001 10000001 100001 110010 0 1001010 110001 1100100 111011 100000

Color Harmonies of #418121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418121

Black with #418121

Text Example


Text Example

White with #418121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418121; }

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

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

background-color css

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

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

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

border-color css

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

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

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