Html Css Color HEX #417306 Bilbao

📋 copy color: '#417306'

red 65 ◦ green 115 ◦ blue 6

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

Shades of Bilbao #417306

Tints of Bilbao #417306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.23%

R = 34.95%
G = 61.83%
B = 3.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#417306 (or 0x417306) is known color: Bilbao. HEX triplet: 41, 73 and 06. RGB value is (65,115,6). Sum of RGB (Red+Green+Blue) = 65+115+6=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #417306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417306 is #BE8CF9. Grayscale: #585858. Windows color (decimal): -12487930 or 422721. OLE color: 422721.

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

Color convert

RGB 65 115 6 -
CMYK 0.43 0 0.95 0.55
HSL 87.52º 0.9% 0.24% -
HSV(B) 87.52º 0.95% 0.45% -
XYZ 8.34 13.4 2.32 -
YUV 87.62 81.94 111.86 -
System Red Green Blue C M Y K H S L
Decimal 65 115 6 0.43 0 0.95 0.55 87.52 0.9 0.24
Hex 41 73 6 2B 0 5F 37 58 5A 18
Octal 101 163 6 53 0 137 67 130 132 30
Binary 1000001 1110011 110 101011 0 1011111 110111 1011000 1011010 11000

Color Harmonies of #417306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417306

Black with #417306

Text Example


Text Example

White with #417306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417306; }

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

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

background-color css

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

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

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

border-color css

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

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

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