Html Css Color HEX #407835 Bilbao

📋 copy color: '#407835'

red 64 ◦ green 120 ◦ blue 53

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

Shades of Bilbao #407835

Tints of Bilbao #407835

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.63%

 BLUE value IS 53 (21.09% from 255) = 22.36%

R = 27%
G = 50.63%
B = 22.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#407835 (or 0x407835) is known color: Bilbao. HEX triplet: 40, 78 and 35. RGB value is (64,120,53). Sum of RGB (Red+Green+Blue) = 64+120+53=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #407835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407835 is #BF87CA. Grayscale: #5F5F5F. Windows color (decimal): -12552139 or 3504192. OLE color: 3504192.

HSL color Cylindrical-coordinate representation of color #407835: hue angle of 110.15º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407835 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 120 53 -
CMYK 0.47 0 0.56 0.53
HSL 110.15º 0.39% 0.34% -
HSV(B) 110.15º 0.56% 0.47% -
XYZ 9.47 14.78 5.72 -
YUV 95.62 103.95 105.45 -
System Red Green Blue C M Y K H S L
Decimal 64 120 53 0.47 0 0.56 0.53 110.15 0.39 0.34
Hex 40 78 35 2F 0 38 35 6E 27 22
Octal 100 170 65 57 0 70 65 156 47 42
Binary 1000000 1111000 110101 101111 0 111000 110101 1101110 100111 100010

Color Harmonies of #407835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407835

Black with #407835

Text Example


Text Example

White with #407835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407835; }

 p { color: rgb(64,120,53); }

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

background-color css

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

 a { background-color: rgb(64,120,53); }

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

border-color css

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

 span { border-color: rgb(64,120,53); }

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