Html Css Color HEX #306819 Bilbao

📋 copy color: '#306819'

red 48 ◦ green 104 ◦ blue 25

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

Shades of Bilbao #306819

Tints of Bilbao #306819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.12%

R = 27.12%
G = 58.76%
B = 14.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#306819 (or 0x306819) is known color: Bilbao. HEX triplet: 30, 68 and 19. RGB value is (48,104,25). Sum of RGB (Red+Green+Blue) = 48+104+25=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #306819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306819 is #CF97E6. Grayscale: #4E4E4E. Windows color (decimal): -13604839 or 1665072. OLE color: 1665072.

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

Color convert

RGB 48 104 25 -
CMYK 0.54 0 0.76 0.59
HSL 102.53º 0.61% 0.25% -
HSV(B) 102.53º 0.76% 0.41% -
XYZ 6.34 10.6 2.63 -
YUV 78.25 97.95 106.42 -
System Red Green Blue C M Y K H S L
Decimal 48 104 25 0.54 0 0.76 0.59 102.53 0.61 0.25
Hex 30 68 19 36 0 4C 3B 67 3D 19
Octal 60 150 31 66 0 114 73 147 75 31
Binary 110000 1101000 11001 110110 0 1001100 111011 1100111 111101 11001

Color Harmonies of #306819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306819

Black with #306819

Text Example


Text Example

White with #306819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306819; }

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

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

background-color css

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

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

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

border-color css

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

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

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