Html Css Color HEX #306818 Bilbao

📋 copy color: '#306818'

red 48 ◦ green 104 ◦ blue 24

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

Shades of Bilbao #306818

Tints of Bilbao #306818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.64%

R = 27.27%
G = 59.09%
B = 13.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#306818 (or 0x306818) is known color: Bilbao. HEX triplet: 30, 68 and 18. RGB value is (48,104,24). Sum of RGB (Red+Green+Blue) = 48+104+24=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #306818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306818 is #CF97E7. Grayscale: #4E4E4E. Windows color (decimal): -13604840 or 1599536. OLE color: 1599536.

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

Color convert

RGB 48 104 24 -
CMYK 0.54 0 0.77 0.59
HSL 102º 0.63% 0.25% -
HSV(B) 102º 0.77% 0.41% -
XYZ 6.33 10.59 2.58 -
YUV 78.14 97.45 106.5 -
System Red Green Blue C M Y K H S L
Decimal 48 104 24 0.54 0 0.77 0.59 102 0.63 0.25
Hex 30 68 18 36 0 4D 3B 66 3E 19
Octal 60 150 30 66 0 115 73 146 76 31
Binary 110000 1101000 11000 110110 0 1001101 111011 1100110 111110 11001

Color Harmonies of #306818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306818

Black with #306818

Text Example


Text Example

White with #306818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306818; }

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

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

background-color css

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

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

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

border-color css

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

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

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