Html Css Color HEX #41752D Bilbao

📋 copy color: '#41752D'

red 65 ◦ green 117 ◦ blue 45

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

Shades of Bilbao #41752D

Tints of Bilbao #41752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.54%

 BLUE value IS 45 (17.97% from 255) = 19.82%

R = 28.63%
G = 51.54%
B = 19.82%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#41752D (or 0x41752D) is known color: Bilbao. HEX triplet: 41, 75 and 2D. RGB value is (65,117,45). Sum of RGB (Red+Green+Blue) = 65+117+45=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #41752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41752D is #BE8AD2. Grayscale: #5D5D5D. Windows color (decimal): -12487379 or 2979137. OLE color: 2979137.

HSL color Cylindrical-coordinate representation of color #41752D: hue angle of 103.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41752D is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 117 45 -
CMYK 0.44 0 0.62 0.54
HSL 103.33º 0.44% 0.32% -
HSV(B) 103.33º 0.62% 0.46% -
XYZ 9.01 14.04 4.72 -
YUV 93.24 100.77 107.85 -
System Red Green Blue C M Y K H S L
Decimal 65 117 45 0.44 0 0.62 0.54 103.33 0.44 0.32
Hex 41 75 2D 2C 0 3E 36 67 2C 20
Octal 101 165 55 54 0 76 66 147 54 40
Binary 1000001 1110101 101101 101100 0 111110 110110 1100111 101100 100000

Color Harmonies of #41752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41752D

Black with #41752D

Text Example


Text Example

White with #41752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41752D; }

 p { color: rgb(65,117,45); }

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

background-color css

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

 a { background-color: rgb(65,117,45); }

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

border-color css

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

 span { border-color: rgb(65,117,45); }

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