Html Css Color HEX #468223 Bilbao

📋 copy color: '#468223'

red 70 ◦ green 130 ◦ blue 35

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

Shades of Bilbao #468223

Tints of Bilbao #468223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

 BLUE value IS 35 (14.06% from 255) = 14.89%

R = 29.79%
G = 55.32%
B = 14.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#468223 (or 0x468223) is known color: Bilbao. HEX triplet: 46, 82 and 23. RGB value is (70,130,35). Sum of RGB (Red+Green+Blue) = 70+130+35=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #468223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468223 is #B97DDC. Grayscale: #656565. Windows color (decimal): -12156381 or 2327110. OLE color: 2327110.

HSL color Cylindrical-coordinate representation of color #468223: hue angle of 97.89º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #468223 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 35 -
CMYK 0.46 0 0.73 0.49
HSL 97.89º 0.58% 0.32% -
HSV(B) 97.89º 0.73% 0.51% -
XYZ 10.81 17.39 4.38 -
YUV 101.23 90.62 105.72 -
System Red Green Blue C M Y K H S L
Decimal 70 130 35 0.46 0 0.73 0.49 97.89 0.58 0.32
Hex 46 82 23 2E 0 49 31 62 3A 20
Octal 106 202 43 56 0 111 61 142 72 40
Binary 1000110 10000010 100011 101110 0 1001001 110001 1100010 111010 100000

Color Harmonies of #468223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468223

Black with #468223

Text Example


Text Example

White with #468223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468223; }

 p { color: rgb(70,130,35); }

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

background-color css

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

 a { background-color: rgb(70,130,35); }

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

border-color css

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

 span { border-color: rgb(70,130,35); }

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