Html Css Color HEX #417315 Bilbao

📋 copy color: '#417315'

red 65 ◦ green 115 ◦ blue 21

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

Shades of Bilbao #417315

Tints of Bilbao #417315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.21%

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

R = 32.34%
G = 57.21%
B = 10.45%

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

#417315 (or 0x417315) is known color: Bilbao. HEX triplet: 41, 73 and 15. RGB value is (65,115,21). Sum of RGB (Red+Green+Blue) = 65+115+21=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #417315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417315 is #BE8CEA. Grayscale: #595959. Windows color (decimal): -12487915 or 1405761. OLE color: 1405761.

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

Color convert

RGB 65 115 21 -
CMYK 0.43 0 0.82 0.55
HSL 91.91º 0.69% 0.27% -
HSV(B) 91.91º 0.82% 0.45% -
XYZ 8.45 13.44 2.86 -
YUV 89.33 89.44 110.64 -
System Red Green Blue C M Y K H S L
Decimal 65 115 21 0.43 0 0.82 0.55 91.91 0.69 0.27
Hex 41 73 15 2B 0 52 37 5C 45 1B
Octal 101 163 25 53 0 122 67 134 105 33
Binary 1000001 1110011 10101 101011 0 1010010 110111 1011100 1000101 11011

Color Harmonies of #417315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417315

Black with #417315

Text Example


Text Example

White with #417315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417315; }

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

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

background-color css

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

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

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

border-color css

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

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

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