Html Css Color HEX #417325 Bilbao

📋 copy color: '#417325'

red 65 ◦ green 115 ◦ blue 37

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

Shades of Bilbao #417325

Tints of Bilbao #417325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.05%

R = 29.95%
G = 53%
B = 17.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#417325 (or 0x417325) is known color: Bilbao. HEX triplet: 41, 73 and 25. RGB value is (65,115,37). Sum of RGB (Red+Green+Blue) = 65+115+37=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #417325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417325 is #BE8CDA. Grayscale: #5B5B5B. Windows color (decimal): -12487899 or 2454337. OLE color: 2454337.

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

Color convert

RGB 65 115 37 -
CMYK 0.43 0 0.68 0.55
HSL 98.46º 0.51% 0.3% -
HSV(B) 98.46º 0.68% 0.45% -
XYZ 8.64 13.52 3.9 -
YUV 91.16 97.44 109.34 -
System Red Green Blue C M Y K H S L
Decimal 65 115 37 0.43 0 0.68 0.55 98.46 0.51 0.3
Hex 41 73 25 2B 0 44 37 62 33 1E
Octal 101 163 45 53 0 104 67 142 63 36
Binary 1000001 1110011 100101 101011 0 1000100 110111 1100010 110011 11110

Color Harmonies of #417325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417325

Black with #417325

Text Example


Text Example

White with #417325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417325; }

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

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

background-color css

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

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

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

border-color css

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

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

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