Html Css Color HEX #307614 Bilbao

📋 copy color: '#307614'

red 48 ◦ green 118 ◦ blue 20

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

Shades of Bilbao #307614

Tints of Bilbao #307614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.75%

R = 25.81%
G = 63.44%
B = 10.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#307614 (or 0x307614) is known color: Bilbao. HEX triplet: 30, 76 and 14. RGB value is (48,118,20). Sum of RGB (Red+Green+Blue) = 48+118+20=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #307614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307614 is #CF89EB. Grayscale: #565656. Windows color (decimal): -13601260 or 1340976. OLE color: 1340976.

HSL color Cylindrical-coordinate representation of color #307614: hue angle of 102.86º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #307614 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 20 -
CMYK 0.59 0 0.83 0.54
HSL 102.86º 0.71% 0.27% -
HSV(B) 102.86º 0.83% 0.46% -
XYZ 7.82 13.64 2.88 -
YUV 85.9 90.81 100.97 -
System Red Green Blue C M Y K H S L
Decimal 48 118 20 0.59 0 0.83 0.54 102.86 0.71 0.27
Hex 30 76 14 3B 0 53 36 67 47 1B
Octal 60 166 24 73 0 123 66 147 107 33
Binary 110000 1110110 10100 111011 0 1010011 110110 1100111 1000111 11011

Color Harmonies of #307614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307614

Black with #307614

Text Example


Text Example

White with #307614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307614; }

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

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

background-color css

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

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

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

border-color css

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

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

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