Html Css Color HEX #306813 Bilbao

📋 copy color: '#306813'

red 48 ◦ green 104 ◦ blue 19

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

Shades of Bilbao #306813

Tints of Bilbao #306813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 60.82%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 28.07%
G = 60.82%
B = 11.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#306813 (or 0x306813) is known color: Bilbao. HEX triplet: 30, 68 and 13. RGB value is (48,104,19). Sum of RGB (Red+Green+Blue) = 48+104+19=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #306813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306813 is #CF97EC. Grayscale: #4D4D4D. Windows color (decimal): -13604845 or 1271856. OLE color: 1271856.

HSL color Cylindrical-coordinate representation of color #306813: hue angle of 99.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #306813 is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 104 19 -
CMYK 0.54 0 0.82 0.59
HSL 99.53º 0.69% 0.24% -
HSV(B) 99.53º 0.82% 0.41% -
XYZ 6.29 10.58 2.33 -
YUV 77.57 94.95 106.91 -
System Red Green Blue C M Y K H S L
Decimal 48 104 19 0.54 0 0.82 0.59 99.53 0.69 0.24
Hex 30 68 13 36 0 52 3B 64 45 18
Octal 60 150 23 66 0 122 73 144 105 30
Binary 110000 1101000 10011 110110 0 1010010 111011 1100100 1000101 11000

Color Harmonies of #306813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306813

Black with #306813

Text Example


Text Example

White with #306813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306813; }

 p { color: rgb(48,104,19); }

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

background-color css

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

 a { background-color: rgb(48,104,19); }

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

border-color css

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

 span { border-color: rgb(48,104,19); }

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