Html Css Color HEX #417125 Bilbao

📋 copy color: '#417125'

red 65 ◦ green 113 ◦ blue 37

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

Shades of Bilbao #417125

Tints of Bilbao #417125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.56%

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

R = 30.23%
G = 52.56%
B = 17.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#417125 (or 0x417125) is known color: Bilbao. HEX triplet: 41, 71 and 25. RGB value is (65,113,37). Sum of RGB (Red+Green+Blue) = 65+113+37=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #417125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417125 is #BE8EDA. Grayscale: #5A5A5A. Windows color (decimal): -12488411 or 2453825. OLE color: 2453825.

HSL color Cylindrical-coordinate representation of color #417125: hue angle of 97.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #417125 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 37 -
CMYK 0.42 0 0.67 0.56
HSL 97.89º 0.51% 0.29% -
HSV(B) 97.89º 0.67% 0.44% -
XYZ 8.42 13.07 3.83 -
YUV 89.98 98.1 110.18 -
System Red Green Blue C M Y K H S L
Decimal 65 113 37 0.42 0 0.67 0.56 97.89 0.51 0.29
Hex 41 71 25 2A 0 43 38 62 33 1D
Octal 101 161 45 52 0 103 70 142 63 35
Binary 1000001 1110001 100101 101010 0 1000011 111000 1100010 110011 11101

Color Harmonies of #417125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417125

Black with #417125

Text Example


Text Example

White with #417125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417125; }

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

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

background-color css

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

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

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

border-color css

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

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

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