Html Css Color HEX #308520 Bilbao

📋 copy color: '#308520'

red 48 ◦ green 133 ◦ blue 32

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

Shades of Bilbao #308520

Tints of Bilbao #308520

RGB

 RED value IS 48 (19.14% from 255) = 22.54%

 GREEN value IS 133 (52.34% from 255) = 62.44%

 BLUE value IS 32 (12.89% from 255) = 15.02%

R = 22.54%
G = 62.44%
B = 15.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#308520 (or 0x308520) is known color: Bilbao. HEX triplet: 30, 85 and 20. RGB value is (48,133,32). Sum of RGB (Red+Green+Blue) = 48+133+32=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #308520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308520 is #CF7ADF. Grayscale: #606060. Windows color (decimal): -13597408 or 2131248. OLE color: 2131248.

HSL color Cylindrical-coordinate representation of color #308520: hue angle of 110.5º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308520 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 32 -
CMYK 0.64 0 0.76 0.48
HSL 110.5º 0.61% 0.32% -
HSV(B) 110.5º 0.76% 0.52% -
XYZ 9.87 17.51 4.23 -
YUV 96.07 91.84 93.71 -
System Red Green Blue C M Y K H S L
Decimal 48 133 32 0.64 0 0.76 0.48 110.5 0.61 0.32
Hex 30 85 20 40 0 4C 30 6E 3D 20
Octal 60 205 40 100 0 114 60 156 75 40
Binary 110000 10000101 100000 1000000 0 1001100 110000 1101110 111101 100000

Color Harmonies of #308520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308520

Black with #308520

Text Example


Text Example

White with #308520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308520; }

 p { color: rgb(48,133,32); }

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

background-color css

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

 a { background-color: rgb(48,133,32); }

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

border-color css

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

 span { border-color: rgb(48,133,32); }

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