Html Css Color HEX #307618 Bilbao

📋 copy color: '#307618'

red 48 ◦ green 118 ◦ blue 24

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

Shades of Bilbao #307618

Tints of Bilbao #307618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 62.11%

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

R = 25.26%
G = 62.11%
B = 12.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#307618 (or 0x307618) is known color: Bilbao. HEX triplet: 30, 76 and 18. RGB value is (48,118,24). Sum of RGB (Red+Green+Blue) = 48+118+24=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #307618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307618 is #CF89E7. Grayscale: #565656. Windows color (decimal): -13601256 or 1603120. OLE color: 1603120.

HSL color Cylindrical-coordinate representation of color #307618: hue angle of 104.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307618 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 24 -
CMYK 0.59 0 0.80 0.54
HSL 104.68º 0.66% 0.28% -
HSV(B) 104.68º 0.8% 0.46% -
XYZ 7.86 13.65 3.08 -
YUV 86.35 92.81 100.64 -
System Red Green Blue C M Y K H S L
Decimal 48 118 24 0.59 0 0.80 0.54 104.68 0.66 0.28
Hex 30 76 18 3B 0 50 36 69 42 1C
Octal 60 166 30 73 0 120 66 151 102 34
Binary 110000 1110110 11000 111011 0 1010000 110110 1101001 1000010 11100

Color Harmonies of #307618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307618

Black with #307618

Text Example


Text Example

White with #307618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307618; }

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

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

background-color css

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

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

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

border-color css

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

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

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