Html Css Color HEX #468225 Bilbao

📋 copy color: '#468225'

red 70 ◦ green 130 ◦ blue 37

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

Shades of Bilbao #468225

Tints of Bilbao #468225

RGB

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

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

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

R = 29.54%
G = 54.85%
B = 15.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#468225 (or 0x468225) is known color: Bilbao. HEX triplet: 46, 82 and 25. RGB value is (70,130,37). Sum of RGB (Red+Green+Blue) = 70+130+37=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #468225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468225 is #B97DDA. Grayscale: #656565. Windows color (decimal): -12156379 or 2458182. OLE color: 2458182.

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

Color convert

RGB 70 130 37 -
CMYK 0.46 0 0.72 0.49
HSL 98.71º 0.56% 0.33% -
HSV(B) 98.71º 0.72% 0.51% -
XYZ 10.84 17.4 4.54 -
YUV 101.46 91.62 105.56 -
System Red Green Blue C M Y K H S L
Decimal 70 130 37 0.46 0 0.72 0.49 98.71 0.56 0.33
Hex 46 82 25 2E 0 48 31 63 38 21
Octal 106 202 45 56 0 110 61 143 70 41
Binary 1000110 10000010 100101 101110 0 1001000 110001 1100011 111000 100001

Color Harmonies of #468225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468225

Black with #468225

Text Example


Text Example

White with #468225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468225; }

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

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

background-color css

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

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

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

border-color css

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

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

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