Html Css Color HEX #467825 Bilbao

📋 copy color: '#467825'

red 70 ◦ green 120 ◦ blue 37

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

Shades of Bilbao #467825

Tints of Bilbao #467825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 30.84%
G = 52.86%
B = 16.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#467825 (or 0x467825) is known color: Bilbao. HEX triplet: 46, 78 and 25. RGB value is (70,120,37). Sum of RGB (Red+Green+Blue) = 70+120+37=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #467825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467825 is #B987DA. Grayscale: #5F5F5F. Windows color (decimal): -12158939 or 2455622. OLE color: 2455622.

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

Color convert

RGB 70 120 37 -
CMYK 0.42 0 0.69 0.53
HSL 96.14º 0.53% 0.31% -
HSV(B) 96.14º 0.69% 0.47% -
XYZ 9.58 14.87 4.12 -
YUV 95.59 94.94 109.75 -
System Red Green Blue C M Y K H S L
Decimal 70 120 37 0.42 0 0.69 0.53 96.14 0.53 0.31
Hex 46 78 25 2A 0 45 35 60 35 1F
Octal 106 170 45 52 0 105 65 140 65 37
Binary 1000110 1111000 100101 101010 0 1000101 110101 1100000 110101 11111

Color Harmonies of #467825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467825

Black with #467825

Text Example


Text Example

White with #467825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467825; }

 p { color: rgb(70,120,37); }

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

background-color css

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

 a { background-color: rgb(70,120,37); }

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

border-color css

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

 span { border-color: rgb(70,120,37); }

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