Html Css Color HEX #40752B Bilbao

📋 copy color: '#40752B'

red 64 ◦ green 117 ◦ blue 43

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

Shades of Bilbao #40752B

Tints of Bilbao #40752B

RGB

 RED value IS 64 (25.39% from 255) = 28.57%

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

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 28.57%
G = 52.23%
B = 19.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#40752B (or 0x40752B) is known color: Bilbao. HEX triplet: 40, 75 and 2B. RGB value is (64,117,43). Sum of RGB (Red+Green+Blue) = 64+117+43=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #40752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40752B is #BF8AD4. Grayscale: #5C5C5C. Windows color (decimal): -12552917 or 2848064. OLE color: 2848064.

HSL color Cylindrical-coordinate representation of color #40752B: hue angle of 102.97º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40752B is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 43 -
CMYK 0.45 0 0.63 0.54
HSL 102.97º 0.46% 0.31% -
HSV(B) 102.97º 0.63% 0.46% -
XYZ 8.91 13.99 4.52 -
YUV 92.72 99.94 107.52 -
System Red Green Blue C M Y K H S L
Decimal 64 117 43 0.45 0 0.63 0.54 102.97 0.46 0.31
Hex 40 75 2B 2D 0 3F 36 67 2E 1F
Octal 100 165 53 55 0 77 66 147 56 37
Binary 1000000 1110101 101011 101101 0 111111 110110 1100111 101110 11111

Color Harmonies of #40752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40752B

Black with #40752B

Text Example


Text Example

White with #40752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40752B; }

 p { color: rgb(64,117,43); }

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

background-color css

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

 a { background-color: rgb(64,117,43); }

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

border-color css

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

 span { border-color: rgb(64,117,43); }

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