Html Css Color HEX #467730 Bilbao

📋 copy color: '#467730'

red 70 ◦ green 119 ◦ blue 48

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

Shades of Bilbao #467730

Tints of Bilbao #467730

RGB

 RED value IS 70 (27.73% from 255) = 29.54%

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

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

R = 29.54%
G = 50.21%
B = 20.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#467730 (or 0x467730) is known color: Bilbao. HEX triplet: 46, 77 and 30. RGB value is (70,119,48). Sum of RGB (Red+Green+Blue) = 70+119+48=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #467730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467730 is #B988CF. Grayscale: #606060. Windows color (decimal): -12159184 or 3176262. OLE color: 3176262.

HSL color Cylindrical-coordinate representation of color #467730: hue angle of 101.41º 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 #467730 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 119 48 -
CMYK 0.41 0 0.60 0.53
HSL 101.41º 0.43% 0.33% -
HSV(B) 101.41º 0.6% 0.47% -
XYZ 9.66 14.71 5.13 -
YUV 96.26 100.77 109.27 -
System Red Green Blue C M Y K H S L
Decimal 70 119 48 0.41 0 0.60 0.53 101.41 0.43 0.33
Hex 46 77 30 29 0 3C 35 65 2B 21
Octal 106 167 60 51 0 74 65 145 53 41
Binary 1000110 1110111 110000 101001 0 111100 110101 1100101 101011 100001

Color Harmonies of #467730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467730

Black with #467730

Text Example


Text Example

White with #467730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467730; }

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

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

background-color css

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

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

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

border-color css

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

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

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