Html Css Color HEX #417215 Bilbao

📋 copy color: '#417215'

red 65 ◦ green 114 ◦ blue 21

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

Shades of Bilbao #417215

Tints of Bilbao #417215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57%

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 32.5%
G = 57%
B = 10.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#417215 (or 0x417215) is known color: Bilbao. HEX triplet: 41, 72 and 15. RGB value is (65,114,21). Sum of RGB (Red+Green+Blue) = 65+114+21=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #417215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417215 is #BE8DEA. Grayscale: #595959. Windows color (decimal): -12488171 or 1405505. OLE color: 1405505.

HSL color Cylindrical-coordinate representation of color #417215: hue angle of 91.61º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #417215 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 114 21 -
CMYK 0.43 0 0.82 0.55
HSL 91.61º 0.69% 0.26% -
HSV(B) 91.61º 0.82% 0.45% -
XYZ 8.33 13.21 2.82 -
YUV 88.75 89.77 111.06 -
System Red Green Blue C M Y K H S L
Decimal 65 114 21 0.43 0 0.82 0.55 91.61 0.69 0.26
Hex 41 72 15 2B 0 52 37 5C 45 1A
Octal 101 162 25 53 0 122 67 134 105 32
Binary 1000001 1110010 10101 101011 0 1010010 110111 1011100 1000101 11010

Color Harmonies of #417215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417215

Black with #417215

Text Example


Text Example

White with #417215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417215; }

 p { color: rgb(65,114,21); }

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

background-color css

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

 a { background-color: rgb(65,114,21); }

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

border-color css

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

 span { border-color: rgb(65,114,21); }

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