Html Css Color HEX #308504 Bilbao

📋 copy color: '#308504'

red 48 ◦ green 133 ◦ blue 4

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

Shades of Bilbao #308504

Tints of Bilbao #308504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.16%

R = 25.95%
G = 71.89%
B = 2.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#308504 (or 0x308504) is known color: Bilbao. HEX triplet: 30, 85 and 04. RGB value is (48,133,4). Sum of RGB (Red+Green+Blue) = 48+133+4=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #308504 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308504 is #CF7AFB. Grayscale: #5D5D5D. Windows color (decimal): -13597436 or 296240. OLE color: 296240.

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

Color convert

RGB 48 133 4 -
CMYK 0.64 0 0.97 0.48
HSL 99.53º 0.94% 0.27% -
HSV(B) 99.53º 0.97% 0.52% -
XYZ 9.63 17.41 2.97 -
YUV 92.88 77.84 95.99 -
System Red Green Blue C M Y K H S L
Decimal 48 133 4 0.64 0 0.97 0.48 99.53 0.94 0.27
Hex 30 85 4 40 0 61 30 64 5E 1B
Octal 60 205 4 100 0 141 60 144 136 33
Binary 110000 10000101 100 1000000 0 1100001 110000 1100100 1011110 11011

Color Harmonies of #308504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308504

Black with #308504

Text Example


Text Example

White with #308504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308504; }

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

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

background-color css

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

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

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

border-color css

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

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

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