Html Css Color HEX #41752F Bilbao

📋 copy color: '#41752F'

red 65 ◦ green 117 ◦ blue 47

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

Shades of Bilbao #41752F

Tints of Bilbao #41752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.52%

R = 28.38%
G = 51.09%
B = 20.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#41752F (or 0x41752F) is known color: Bilbao. HEX triplet: 41, 75 and 2F. RGB value is (65,117,47). Sum of RGB (Red+Green+Blue) = 65+117+47=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #41752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41752F is #BE8AD0. Grayscale: #5D5D5D. Windows color (decimal): -12487377 or 3110209. OLE color: 3110209.

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

Color convert

RGB 65 117 47 -
CMYK 0.44 0 0.60 0.54
HSL 104.57º 0.43% 0.32% -
HSV(B) 104.57º 0.6% 0.46% -
XYZ 9.05 14.05 4.92 -
YUV 93.47 101.77 107.69 -
System Red Green Blue C M Y K H S L
Decimal 65 117 47 0.44 0 0.60 0.54 104.57 0.43 0.32
Hex 41 75 2F 2C 0 3C 36 69 2B 20
Octal 101 165 57 54 0 74 66 151 53 40
Binary 1000001 1110101 101111 101100 0 111100 110110 1101001 101011 100000

Color Harmonies of #41752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41752F

Black with #41752F

Text Example


Text Example

White with #41752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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