Html Css Color HEX #41752A Bilbao

📋 copy color: '#41752A'

red 65 ◦ green 117 ◦ blue 42

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

Shades of Bilbao #41752A

Tints of Bilbao #41752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 29.02%
G = 52.23%
B = 18.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#41752A (or 0x41752A) is known color: Bilbao. HEX triplet: 41, 75 and 2A. RGB value is (65,117,42). Sum of RGB (Red+Green+Blue) = 65+117+42=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #41752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41752A is #BE8AD5. Grayscale: #5D5D5D. Windows color (decimal): -12487382 or 2782529. OLE color: 2782529.

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

Color convert

RGB 65 117 42 -
CMYK 0.44 0 0.64 0.54
HSL 101.6º 0.47% 0.31% -
HSV(B) 101.6º 0.64% 0.46% -
XYZ 8.96 14.01 4.42 -
YUV 92.9 99.27 108.1 -
System Red Green Blue C M Y K H S L
Decimal 65 117 42 0.44 0 0.64 0.54 101.6 0.47 0.31
Hex 41 75 2A 2C 0 40 36 66 2F 1F
Octal 101 165 52 54 0 100 66 146 57 37
Binary 1000001 1110101 101010 101100 0 1000000 110110 1100110 101111 11111

Color Harmonies of #41752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41752A

Black with #41752A

Text Example


Text Example

White with #41752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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