Html Css Color HEX #307716 Bilbao

📋 copy color: '#307716'

red 48 ◦ green 119 ◦ blue 22

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

Shades of Bilbao #307716

Tints of Bilbao #307716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 62.96%

 BLUE value IS 22 (8.98% from 255) = 11.64%

R = 25.4%
G = 62.96%
B = 11.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#307716 (or 0x307716) is known color: Bilbao. HEX triplet: 30, 77 and 16. RGB value is (48,119,22). Sum of RGB (Red+Green+Blue) = 48+119+22=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #307716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307716 is #CF88E9. Grayscale: #575757. Windows color (decimal): -13601002 or 1472304. OLE color: 1472304.

HSL color Cylindrical-coordinate representation of color #307716: hue angle of 103.92º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #307716 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 22 -
CMYK 0.60 0 0.82 0.53
HSL 103.92º 0.69% 0.28% -
HSV(B) 103.92º 0.82% 0.47% -
XYZ 7.96 13.88 3.02 -
YUV 86.71 91.48 100.39 -
System Red Green Blue C M Y K H S L
Decimal 48 119 22 0.60 0 0.82 0.53 103.92 0.69 0.28
Hex 30 77 16 3C 0 52 35 68 45 1C
Octal 60 167 26 74 0 122 65 150 105 34
Binary 110000 1110111 10110 111100 0 1010010 110101 1101000 1000101 11100

Color Harmonies of #307716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307716

Black with #307716

Text Example


Text Example

White with #307716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307716; }

 p { color: rgb(48,119,22); }

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

background-color css

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

 a { background-color: rgb(48,119,22); }

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

border-color css

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

 span { border-color: rgb(48,119,22); }

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