Html Css Color HEX #407730 Bilbao

📋 copy color: '#407730'

red 64 ◦ green 119 ◦ blue 48

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

Shades of Bilbao #407730

Tints of Bilbao #407730

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.52%

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 27.71%
G = 51.52%
B = 20.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#407730 (or 0x407730) is known color: Bilbao. HEX triplet: 40, 77 and 30. RGB value is (64,119,48). Sum of RGB (Red+Green+Blue) = 64+119+48=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #407730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407730 is #BF88CF. Grayscale: #5E5E5E. Windows color (decimal): -12552400 or 3176256. OLE color: 3176256.

HSL color Cylindrical-coordinate representation of color #407730: hue angle of 106.48º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #407730 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 48 -
CMYK 0.46 0 0.60 0.53
HSL 106.48º 0.43% 0.33% -
HSV(B) 106.48º 0.6% 0.47% -
XYZ 9.24 14.5 5.11 -
YUV 94.46 101.78 106.27 -
System Red Green Blue C M Y K H S L
Decimal 64 119 48 0.46 0 0.60 0.53 106.48 0.43 0.33
Hex 40 77 30 2E 0 3C 35 6A 2B 21
Octal 100 167 60 56 0 74 65 152 53 41
Binary 1000000 1110111 110000 101110 0 111100 110101 1101010 101011 100001

Color Harmonies of #407730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407730

Black with #407730

Text Example


Text Example

White with #407730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407730; }

 p { color: rgb(64,119,48); }

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

background-color css

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

 a { background-color: rgb(64,119,48); }

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

border-color css

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

 span { border-color: rgb(64,119,48); }

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