Html Css Color HEX #308510 Bilbao

📋 copy color: '#308510'

red 48 ◦ green 133 ◦ blue 16

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

Shades of Bilbao #308510

Tints of Bilbao #308510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 24.37%
G = 67.51%
B = 8.12%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#308510 (or 0x308510) is known color: Bilbao. HEX triplet: 30, 85 and 10. RGB value is (48,133,16). Sum of RGB (Red+Green+Blue) = 48+133+16=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #308510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308510 is #CF7AEF. Grayscale: #5E5E5E. Windows color (decimal): -13597424 or 1082672. OLE color: 1082672.

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

Color convert

RGB 48 133 16 -
CMYK 0.64 0 0.88 0.48
HSL 103.59º 0.79% 0.29% -
HSV(B) 103.59º 0.88% 0.52% -
XYZ 9.7 17.44 3.35 -
YUV 94.25 83.84 95.01 -
System Red Green Blue C M Y K H S L
Decimal 48 133 16 0.64 0 0.88 0.48 103.59 0.79 0.29
Hex 30 85 10 40 0 58 30 68 4F 1D
Octal 60 205 20 100 0 130 60 150 117 35
Binary 110000 10000101 10000 1000000 0 1011000 110000 1101000 1001111 11101

Color Harmonies of #308510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308510

Black with #308510

Text Example


Text Example

White with #308510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308510; }

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

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

background-color css

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

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

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

border-color css

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

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

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