Html Css Color HEX #48830A Bilbao

📋 copy color: '#48830A'

red 72 ◦ green 131 ◦ blue 10

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

Shades of Bilbao #48830A

Tints of Bilbao #48830A

RGB

 RED value IS 72 (28.52% from 255) = 33.8%

 GREEN value IS 131 (51.56% from 255) = 61.5%

 BLUE value IS 10 (4.3% from 255) = 4.69%

R = 33.8%
G = 61.5%
B = 4.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#48830A (or 0x48830A) is known color: Bilbao. HEX triplet: 48, 83 and 0A. RGB value is (72,131,10). Sum of RGB (Red+Green+Blue) = 72+131+10=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #48830A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48830A is #B77CF5. Grayscale: #636363. Windows color (decimal): -12025078 or 688968. OLE color: 688968.

HSL color Cylindrical-coordinate representation of color #48830A: hue angle of 89.26º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48830A is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 131 10 -
CMYK 0.45 0 0.92 0.49
HSL 89.26º 0.86% 0.28% -
HSV(B) 89.26º 0.92% 0.51% -
XYZ 10.84 17.63 3.12 -
YUV 99.57 77.45 108.34 -
System Red Green Blue C M Y K H S L
Decimal 72 131 10 0.45 0 0.92 0.49 89.26 0.86 0.28
Hex 48 83 A 2D 0 5C 31 59 56 1C
Octal 110 203 12 55 0 134 61 131 126 34
Binary 1001000 10000011 1010 101101 0 1011100 110001 1011001 1010110 11100

Color Harmonies of #48830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48830A

Black with #48830A

Text Example


Text Example

White with #48830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48830A; }

 p { color: rgb(72,131,10); }

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

background-color css

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

 a { background-color: rgb(72,131,10); }

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

border-color css

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

 span { border-color: rgb(72,131,10); }

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